diff options
author | alex <alex@FreeBSD.org> | 1996-09-28 11:09:33 +0000 |
---|---|---|
committer | alex <alex@FreeBSD.org> | 1996-09-28 11:09:33 +0000 |
commit | 4cbad1e72637d76fea094775b1250cd4080ae84c (patch) | |
tree | 4e1342d25748b202f4926de7d3ece476a956effe /lib | |
parent | 6f8724483da59a4bccc2cdf7aeff32d7acacedfc (diff) | |
download | FreeBSD-src-4cbad1e72637d76fea094775b1250cd4080ae84c.zip FreeBSD-src-4cbad1e72637d76fea094775b1250cd4080ae84c.tar.gz |
Added parens to noecho in screen initialization example.
Diffstat (limited to 'lib')
-rw-r--r-- | lib/libncurses/ncurses.3 | 2 |
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: |