From a5ad841d366b124fa96e3032c352b359c0ba4276 Mon Sep 17 00:00:00 2001 From: Alexander Langer Date: Sat, 28 Sep 1996 11:09:33 +0000 Subject: [PATCH] Added parens to noecho in screen initialization example. --- lib/libncurses/ncurses.3 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/libncurses/ncurses.3 b/lib/libncurses/ncurses.3 index 3af3614bf686..09aa12d92262 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: