summaryrefslogtreecommitdiffstats
path: root/lib/libncurses/ncurses.3
diff options
context:
space:
mode:
authoralex <alex@FreeBSD.org>1996-09-28 11:09:33 +0000
committeralex <alex@FreeBSD.org>1996-09-28 11:09:33 +0000
commit4cbad1e72637d76fea094775b1250cd4080ae84c (patch)
tree4e1342d25748b202f4926de7d3ece476a956effe /lib/libncurses/ncurses.3
parent6f8724483da59a4bccc2cdf7aeff32d7acacedfc (diff)
downloadFreeBSD-src-4cbad1e72637d76fea094775b1250cd4080ae84c.zip
FreeBSD-src-4cbad1e72637d76fea094775b1250cd4080ae84c.tar.gz
Added parens to noecho in screen initialization example.
Diffstat (limited to 'lib/libncurses/ncurses.3')
-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 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:
OpenPOWER on IntegriCloud