Date: Mon, 24 Jul 2000 04:44:51 -0700 (PDT) From: oota@LSi.nec.co.jp To: freebsd-gnats-submit@FreeBSD.org Subject: bin/20138: editline does not restore previous state Message-ID: <20000724114451.7978D37B5DF@hub.freebsd.org>
next in thread | raw e-mail | index | archive | help
>Number: 20138
>Category: bin
>Synopsis: editline does not restore previous state
>Confidential: no
>Severity: non-critical
>Priority: medium
>Responsible: freebsd-bugs
>State: open
>Quarter:
>Keywords:
>Date-Required:
>Class: sw-bug
>Submitter-Id: current-users
>Arrival-Date: Mon Jul 24 04:50:01 PDT 2000
>Closed-Date:
>Last-Modified:
>Originator: HIROSHI OOTA
>Release: 4.0-RELEASE
>Organization:
NEC Corporation
>Environment:
FreeBSD xxx 4.0-RELEASE FreeBSD 4.0-RELEASE #0: Sat Apr 8 02:49:15 JST 2000 xxx i386
>Description:
editline does not restore previous state.
>How-To-Repeat:
stty -onlcr -echo
stty -e >s1
/usr/bin/ftp
ftp> quit
stty -e >s2
diff -u s1 s2
--- s1 Mon Jul 24 20:47:29 2000
+++ s2 Mon Jul 24 20:47:42 2000
@@ -1,10 +1,10 @@
speed 9600 baud; 33 rows; 105 columns;
-lflags: icanon isig iexten -echo echoe -echok echoke -echonl echoctl
+lflags: icanon isig iexten echo echoe -echok echoke -echonl echoctl
-echoprt -altwerase -noflsh -tostop -flusho pendin -nokerninfo
-extproc
iflags: -istrip icrnl -inlcr -igncr ixon -ixoff ixany imaxbel -ignbrk
brkint -inpck -ignpar -parmrk
-oflags: opost -onlcr oxtabs
+oflags: opost onlcr oxtabs
cflags: cread cs8 -parenb -parodd hupcl -clocal -cstopb -crtscts -dsrflow
-dtrflow -mdmbuf
discard dsusp eof eol eol2 erase intr kill lnext
>Fix:
>Release-Note:
>Audit-Trail:
>Unformatted:
To Unsubscribe: send mail to majordomo@FreeBSD.org
with "unsubscribe freebsd-bugs" in the body of the message
Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?20000724114451.7978D37B5DF>
