Added parens to noecho in screen initialization example.

This commit is contained in:
alex 1996-09-28 11:09:33 +00:00
parent 6f8724483d
commit 4cbad1e726

View File

@ -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: