diff options
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: |