From 5daf8d56cdf6aecd1b7301c622c3e35eaa47bd42 Mon Sep 17 00:00:00 2001 From: Nicholas Noll Date: Mon, 8 Jun 2020 15:49:53 -0700 Subject: checkin: looking at curses API surface area --- sys/cmd/dvtm/hook.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'sys/cmd/dvtm/hook.c') diff --git a/sys/cmd/dvtm/hook.c b/sys/cmd/dvtm/hook.c index da3946c..6865f87 100644 --- a/sys/cmd/dvtm/hook.c +++ b/sys/cmd/dvtm/hook.c @@ -316,7 +316,7 @@ bstack(void) } } -/* A vertical stack layout, all windows have the full screen width. */ +/* a vertical stack layout, all windows have the full screen width. */ void vstack(void) { -- cgit v1.2.1