patched/readline.git
2 years agoAlways try to read characters from non-ttys in mingw master
Alexey Borzenkov [Mon, 7 Sep 2009 13:59:39 +0000]
Always try to read characters from non-ttys in mingw

If rl_event_hook is set then rl_read_key might start looping indefinitely
in mingw, as it won't even try to read any characters. Thus, always try
to read a character on non-ttys.

2 years agoSIGQUIT and SIGTSTP are not available in mingw
Alexey Borzenkov [Mon, 7 Sep 2009 13:55:04 +0000]
SIGQUIT and SIGTSTP are not available in mingw

2 years agoreadline 6.0 upstream
Alexey Borzenkov [Mon, 7 Sep 2009 12:33:16 +0000]
readline 6.0