echo and noecho
SYNOPSIS
#include <ocurses.h>
int echo()
int noecho()
NOTES
-
echo turns on echoing of characters by ETI
as they are read in.
This is the initial setting.
-
noecho turns off the echoing.
-
Neither returns any useful value.
-
ETI programs may not run properly if you turn on echoing
with nocbreak.
See
``Input option settings for ETI programs''
and accompanying caution.
After you turn echoing off,
you can still echo characters with addch.
EXAMPLE
See
``The editor program''
and
``The show program''.
Next topic:
cbreak and nocbreak
Previous topic:
Input option settings for ETI programs
© 2004 The SCO Group, Inc. All rights reserved.
UnixWare 7 Release 7.1.4 - 27 April 2004