Module Name: src Committed By: christos Date: Tue Sep 5 18:07:59 UTC 2017
Modified Files: src/lib/libedit: el.c el.h readline.c tty.c Log Message: For readline emulation, don't reset the tty to "sane" (cooked) mode if we did not start this way. Also set and reset the tty on entry and exit from readline() since this is what readline does. To generate a diff of this commit: cvs rdiff -u -r1.94 -r1.95 src/lib/libedit/el.c cvs rdiff -u -r1.42 -r1.43 src/lib/libedit/el.h cvs rdiff -u -r1.142 -r1.143 src/lib/libedit/readline.c cvs rdiff -u -r1.65 -r1.66 src/lib/libedit/tty.c Please note that diffs are not public domain; they are subject to the copyright notices on the relevant files.