diff options
author | Mark Mitchell <mark@codesourcery.com> | 2005-07-25 15:13:33 +0000 |
---|---|---|
committer | Mark Mitchell <mark@codesourcery.com> | 2005-07-25 15:13:33 +0000 |
commit | b6d296cf29fdfca821fee48998b241767a95b31e (patch) | |
tree | 8d49636a7dace196c46f766f143d2258f489dcc1 /readline | |
parent | 5b453ea80382fcd44ec0791f398877b0f7b89e5b (diff) | |
download | gdb-b6d296cf29fdfca821fee48998b241767a95b31e.tar.gz |
Clarify ANSI, not POSIX, terminal escapes in ChangeLog
Diffstat (limited to 'readline')
-rw-r--r-- | readline/ChangeLog.gdb | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/readline/ChangeLog.gdb b/readline/ChangeLog.gdb index cdf268648a1..7105ea387d9 100644 --- a/readline/ChangeLog.gdb +++ b/readline/ChangeLog.gdb @@ -3,7 +3,7 @@ * 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. + Windows keysequences into ANSI key sequences. * rldefs.h (NO_TTY_DRIVER): Define on MinGW. * rltty.c: Conditionalize on NO_TTY_DRIVER throughout. |