Searched hist:182052 (Results 1 - 1 of 1) sorted by relevance

/freebsd-11-stable/bin/stty/
H A Dstty.1diff 182052 Sat Aug 23 11:36:50 MDT 2008 ed 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.

Completed in 66 milliseconds