Subject: CVS commit: basesrc
To: None <source-changes@netbsd.org>
From: Bill Sommerfeld <sommerfeld@netbsd.org>
List: source-changes
Date: 08/01/1999 18:01:58
Module Name: basesrc
Committed By: sommerfeld
Date: Mon Aug 2 01:01:58 UTC 1999
Modified Files:
basesrc/lib/libedit: read.c term.c tty.c
Log Message:
Fix PR7685 (gdb under emacs prints spurious ^M and messes up terminal)
plus a few bogons noted along the way:
1) Set EDIT_DISABLED if terminal type is emacs.
2) fix bug in NO_TTY mode which caused it to not notice CR or LF
3) implement EDIT_DISABLED within libedit to be somewhat like NO_TTY,
except that a prompt is printed first.
To generate a diff of this commit:
cvs rdiff -r1.12 -r1.13 basesrc/lib/libedit/read.c
cvs rdiff -r1.16 -r1.17 basesrc/lib/libedit/term.c
cvs rdiff -r1.11 -r1.12 basesrc/lib/libedit/tty.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.