diff options
| author | Alexander Langer <alex@FreeBSD.org> | 1996-09-28 11:09:33 +0000 |
|---|---|---|
| committer | Alexander Langer <alex@FreeBSD.org> | 1996-09-28 11:09:33 +0000 |
| commit | a5ad841d366b124fa96e3032c352b359c0ba4276 (patch) | |
| tree | 4e1342d25748b202f4926de7d3ece476a956effe | |
| parent | 1a5ed802d2c4a7dd34e28c04a89646a36c80cf33 (diff) | |
Notes
| -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 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: |
