Node:Other Special, Previous:Start/Stop Characters, Up:Special Characters
These special characters exist only in BSD systems and the GNU system.
int VLNEXT | Macro |
This is the subscript for the LNEXT character in the special control
character array. termios.c_cc[VLNEXT] holds the character
itself.
The LNEXT character is recognized only when The LNEXT character is usually C-v. |
int VDISCARD | Macro |
This is the subscript for the DISCARD character in the special control
character array. termios.c_cc[VDISCARD] holds the character
itself.
The DISCARD character is recognized only when |
int VSTATUS | Macro |
This is the subscript for the STATUS character in the special control
character array. termios.c_cc[VSTATUS] holds the character
itself.
The STATUS character's effect is to print out a status message about how the current process is running. The STATUS character is recognized only in canonical mode, and only if
|