Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 23 Aug 2008 13:28:55 +0000 (UTC)
From:      Ed Schouten <ed@FreeBSD.org>
To:        src-committers@FreeBSD.org, cvs-src@FreeBSD.org, cvs-all@FreeBSD.org
Subject:   cvs commit: src/bin/stty modes.c print.c stty.1
Message-ID:  <200808231329.m7NDT7aA097680@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
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



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?200808231329.m7NDT7aA097680>