Added parens to noecho in screen initialization example.
This commit is contained in:
parent
6f8724483d
commit
4cbad1e726
@ -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:
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user