coreutils: Local

1 
1 19.2.4 Local settings
1 ---------------------
1 
1 ‘isig’
1      Enable ‘interrupt’, ‘quit’, and ‘suspend’ special characters.  May
1      be negated.
1 
1 ‘icanon’
1      Enable ‘erase’, ‘kill’, ‘werase’, and ‘rprnt’ special characters.
1      May be negated.
1 
1 ‘iexten’
1      Enable non-POSIX special characters.  May be negated.
1 
1 ‘echo’
1      Echo input characters.  May be negated.
1 
1 ‘echoe’
1 ‘crterase’
1      Echo ‘erase’ characters as backspace-space-backspace.  May be
1      negated.
1 
1 ‘echok’
1      Echo a newline after a ‘kill’ character.  May be negated.
1 
1 ‘echonl’
1      Echo newline even if not echoing other characters.  May be negated.
1 
1 ‘noflsh’
1      Disable flushing after ‘interrupt’ and ‘quit’ special characters.
1      May be negated.
1 
1 ‘xcase’
1      Enable input and output of uppercase characters by preceding their
1      lowercase equivalents with ‘\’, when ‘icanon’ is set.  Non-POSIX.
1      May be negated.
1 
1 ‘tostop’
1      Stop background jobs that try to write to the terminal.  Non-POSIX.
1      May be negated.
1 
1 ‘echoprt’
1 ‘prterase’
1      Echo erased characters backward, between ‘\’ and ‘/’.  Non-POSIX.
1      May be negated.
1 
1 ‘echoctl’
1 ‘ctlecho’
1      Echo control characters in hat notation (‘^C’) instead of
1      literally.  Non-POSIX.  May be negated.
1 
1 ‘echoke’
1 ‘crtkill’
1      Echo the ‘kill’ special character by erasing each character on the
1      line as indicated by the ‘echoprt’ and ‘echoe’ settings, instead of
1      by the ‘echoctl’ and ‘echok’ settings.  Non-POSIX.  May be negated.
1 
1 ‘extproc’
1      Enable ‘LINEMODE’, which is used to avoid echoing each character
1      over high latency links.  See also Internet RFC 1116
1      (https://tools.ietf.org/search/rfc1116).  Non-POSIX.  May be
1      negated.
1 
1 ‘flusho’
1      Discard output.  Note this setting is currently ignored on
1      GNU/Linux systems.  Non-POSIX.  May be negated.
1