From fd8be987f8334e9530be6ca571c54695892aa871 Mon Sep 17 00:00:00 2001 From: Mark Mitchell Date: Mon, 25 Jul 2005 15:09:31 +0000 Subject: * input.c (rl_getc): Use getch to read console input on Windows. * readline.c (bind_arrow_keys_internal): Translate Windows keysequences into POSIX key sequences. * rldefs.h (NO_TTY_DRIVER): Define on MinGW. * rltty.c: Conditionalize on NO_TTY_DRIVER throughout. --- readline/ChangeLog.gdb | 9 +++++++++ 1 file changed, 9 insertions(+) (limited to 'readline/ChangeLog.gdb') diff --git a/readline/ChangeLog.gdb b/readline/ChangeLog.gdb index 62fa1b6..cdf2686 100644 --- a/readline/ChangeLog.gdb +++ b/readline/ChangeLog.gdb @@ -1,3 +1,12 @@ +2005-07-25 Mark Mitchell + + * input.c (rl_getc): Use getch to read console input on + Windows. + * readline.c (bind_arrow_keys_internal): Translate + Windows keysequences into POSIX key sequences. + * rldefs.h (NO_TTY_DRIVER): Define on MinGW. + * rltty.c: Conditionalize on NO_TTY_DRIVER throughout. + 2005-07-03 Mark Kettenis From Martin Simmons: -- cgit v1.1