summaryrefslogtreecommitdiff
path: root/lib/libncurses
diff options
context:
space:
mode:
authorAlexander Langer <alex@FreeBSD.org>1996-09-28 11:09:33 +0000
committerAlexander Langer <alex@FreeBSD.org>1996-09-28 11:09:33 +0000
commita5ad841d366b124fa96e3032c352b359c0ba4276 (patch)
tree4e1342d25748b202f4926de7d3ece476a956effe /lib/libncurses
parent1a5ed802d2c4a7dd34e28c04a89646a36c80cf33 (diff)
Notes
Diffstat (limited to 'lib/libncurses')
-rw-r--r--lib/libncurses/ncurses.32
1 files changed, 1 insertions, 1 deletions
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: