Module Name: src
Committed By: christos
Date: Fri Dec 8 16:56:24 UTC 2017
Modified Files:
src/lib/libedit: readline.c
Log Message:
For applications that don't issue their own prompt (like python)
don't set unbuffered unless they've already printed the prompt.
This avoids printing the prompt before the application has a chance
to process the input line.
>From sjg@
To generate a diff of this commit:
cvs rdiff -u -r1.144 -r1.145 src/lib/libedit/readline.c
Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.