Source-Changes archive
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index][Old Index]
CVS commit: basesrc
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.
Home |
Main Index |
Thread Index |
Old Index