Date: Thu, 31 Dec 2009 10:53:04 +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: <200912311053.nBVArJwl052597@repoman.freebsd.org>
next in thread | raw e-mail | index | archive | help
ed 2009-12-31 10:53:04 UTC FreeBSD src repository Modified files: (Branch: RELENG_8) sys/kern tty_ttydisc.c Log: SVN rev 201337 on 2009-12-31 10:53:04Z by ed MFC r198185: 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. I totally forgot to MFC this, because the 8.0 freeze took a little longer than I expected. Reminded by: koitsu Revision Changes Path 1.10.2.2 +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?200912311053.nBVArJwl052597>