Added parens to noecho in screen initialization example.
This commit is contained in:
parent
1a5ed802d2
commit
a5ad841d36
Notes:
svn2git
2020-12-20 02:59:44 +00:00
svn path=/head/; revision=18530
@ -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…
Reference in New Issue
Block a user