cvs commit: src/bin/stty modes.c print.c stty.1

Ed Schouten ed at FreeBSD.org
Sat Aug 23 13:29:07 UTC 2008


ed          2008-08-23 13:28:55 UTC

  FreeBSD src repository

  Modified files:
    bin/stty             modes.c print.c stty.1 
  Log:
  SVN rev 182052 on 2008-08-23 13:28:55Z by 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.
  
  Revision  Changes    Path
  1.14      +6 -4      src/bin/stty/modes.c
  1.22      +8 -1      src/bin/stty/print.c
  1.34      +9 -3      src/bin/stty/stty.1


More information about the cvs-all mailing list