summary |
shortlog | log |
commit |
commitdiff |
tree
first ⋅ prev ⋅ next
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.
Alexey Borzenkov [Mon, 7 Sep 2009 13:55:04 +0000]
SIGQUIT and SIGTSTP are not available in mingw
Alexey Borzenkov [Mon, 7 Sep 2009 12:33:16 +0000]
readline 6.0