X-Git-Url: http://ncurses.scripts.mit.edu/?p=ncurses.git;a=blobdiff_plain;f=man%2Fcurs_inopts.3x;h=4c8ce18de3c23c117a3a4069054c6f9f0e75cd6a;hp=64d0dad4096e071a5a5af3144430fdfb1ccb82ca;hb=refs%2Ftags%2Fv4.2;hpb=3a9b6a3bf0269231bef7de74757a910dedd04e0c diff --git a/man/curs_inopts.3x b/man/curs_inopts.3x index 64d0dad4..4c8ce18d 100644 --- a/man/curs_inopts.3x +++ b/man/curs_inopts.3x @@ -1,3 +1,4 @@ +.\" $Id: curs_inopts.3x,v 1.7 1997/12/14 01:12:04 tom Exp $ .TH curs_inopts 3X "" .SH NAME \fBcbreak\fR, \fBnocbreak\fR, \fBecho\fR, @@ -53,7 +54,8 @@ mode. Initially the terminal may or may not be in \fBcbreak\fR mode, as the mode is inherited; therefore, a program should call \fBcbreak\fR or \fBnocbreak\fR explicitly. Most interactive programs using \fBcurses\fR set the \fBcbreak\fR -mode. Note that \fBcbreak\fR overrides \fBraw\fR. [See curs_getch(3X) for a +mode. Note that \fBcbreak\fR overrides \fBraw\fR. +[See \fBcurs_getch\fR(3X) for a discussion of how these routines interact with \fBecho\fR and \fBnoecho\fR.] The \fBecho\fR and \fBnoecho\fR routines control whether characters typed by @@ -61,7 +63,8 @@ the user are echoed by \fBgetch\fR as they are typed. Echoing by the tty driver is always disabled, but initially \fBgetch\fR is in echo mode, so characters typed are echoed. Authors of most interactive programs prefer to do their own echoing in a controlled area of the screen, or not to echo at all, so -they disable echoing by calling \fBnoecho\fR. [See curs_getch(3X) for a +they disable echoing by calling \fBnoecho\fR. +[See \fBcurs_getch\fR(3X) for a discussion of how these routines interact with \fBcbreak\fR and \fBnocbreak\fR.]