freebsd-dev/bin/stty
Ed Schouten f8f8c9f0d6 Make stty(1) use tab0 and tab3 to handle tab completion.
After the MPSAFE TTY import, we have support for the TAB0 and TAB3 flags
to handle tab expansion, while we only used to support OXTABS. Switch
stty(1) to use tab0 and tab3 to print whether tab expansion is turned on
or off. Implement the oxtabs and tabs switches by setting the
appropriate TABx value.

Even though POSIX only lists this as being XSI, we'd better follow it.
2008-08-23 13:28:55 +00:00
..
cchar.c Remove clause 3 from the UCB licenses. 2004-04-06 20:06:54 +00:00
extern.h Remove clause 3 from the UCB licenses. 2004-04-06 20:06:54 +00:00
gfmt.c Mark functions as __dead2 in order to help the LLVM static checker 2008-08-04 01:25:48 +00:00
key.c Back out recent TTYDEF_LFLAG_ECHO invention. 2004-11-06 13:56:18 +00:00
Makefile Default to WARNS=2. Binary builds that cannot handle this must explicitly 2001-12-04 01:57:47 +00:00
modes.c Make stty(1) use tab0 and tab3 to handle tab completion. 2008-08-23 13:28:55 +00:00
print.c Make stty(1) use tab0 and tab3 to handle tab completion. 2008-08-23 13:28:55 +00:00
stty.1 Make stty(1) use tab0 and tab3 to handle tab completion. 2008-08-23 13:28:55 +00:00
stty.c Sync program's usage() with manpage's SYNOPSIS. 2005-02-09 17:37:39 +00:00
stty.h Remove clause 3 from the UCB licenses. 2004-04-06 20:06:54 +00:00
util.c Remove clause 3 from the UCB licenses. 2004-04-06 20:06:54 +00:00