Skip site navigation (1)Skip section navigation (2)
Date:      Sat, 17 Oct 2009 08:59:41 +0000 (UTC)
From:      Ed Schouten <ed@FreeBSD.org>
To:        cvs-src-old@freebsd.org
Subject:   cvs commit: src/sys/kern tty_ttydisc.c
Message-ID:  <200910170859.n9H8xtoD064299@repoman.freebsd.org>

next in thread | raw e-mail | index | archive | help
ed          2009-10-17 08:59:41 UTC

  FreeBSD src repository

  Modified files:
    sys/kern             tty_ttydisc.c 
  Log:
  SVN rev 198185 on 2009-10-17 08:59:41Z by ed
  
  Print backspaces after echoing an EOF.
  
  Applications like shells expect EOF to give no graphical output, while
  our implementation prints ^D by default (tunable with stty echoctl).
  Make the new implementation behave like the old TTY code. Print two
  backspaces afterwards.
  
  Reported by:    koitsu
  MFC after:      1 month
  
  Revision  Changes    Path
  1.12      +9 -3      src/sys/kern/tty_ttydisc.c



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