From 4cbad1e72637d76fea094775b1250cd4080ae84c Mon Sep 17 00:00:00 2001 From: alex Date: Sat, 28 Sep 1996 11:09:33 +0000 Subject: Added parens to noecho in screen initialization example. --- lib/libncurses/ncurses.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'lib/libncurses') diff --git a/lib/libncurses/ncurses.3 b/lib/libncurses/ncurses.3 index 3af3614..09aa12d 100644 --- a/lib/libncurses/ncurses.3 +++ b/lib/libncurses/ncurses.3 @@ -34,7 +34,7 @@ exiting. To get character-at-a-time input without echoing (most interactive, screen oriented programs want this), the following sequence should be used: - \fBinitscr(); cbreak(); noecho;\fR + \fBinitscr(); cbreak(); noecho();\fR Most programs would additionally use the sequence: -- cgit v1.1