diff options
author | Andrew Cagney <cagney@redhat.com> | 2004-01-21 04:16:53 +0000 |
---|---|---|
committer | Andrew Cagney <cagney@redhat.com> | 2004-01-21 04:16:53 +0000 |
commit | b0a30fcea7c66ee6d345a9b08b42529aaf3a2836 (patch) | |
tree | b482b8c09fb7cf5bc8c88e8577dd9506ea1a9b94 /gdb/tui/tui-io.c | |
parent | 2004-01-20 Andrew Cagney <cagney@redhat.com> (diff) | |
download | binutils-gdb-b0a30fcea7c66ee6d345a9b08b42529aaf3a2836.tar.gz binutils-gdb-b0a30fcea7c66ee6d345a9b08b42529aaf3a2836.tar.bz2 binutils-gdb-b0a30fcea7c66ee6d345a9b08b42529aaf3a2836.zip |
2004-01-20 Andrew Cagney <cagney@redhat.com>
* tui/tui-command.c: Update references.
* tui/tui-io.c: Update references.
* tui/tui-command.h: Update copyright.
(tui_dispatch_ctrl_char): Rename tuiDispatchCtrlChar.
Diffstat (limited to 'gdb/tui/tui-io.c')
-rw-r--r-- | gdb/tui/tui-io.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/tui/tui-io.c b/gdb/tui/tui-io.c index 0cffd6eea9f..61b1f93dcbd 100644 --- a/gdb/tui/tui-io.c +++ b/gdb/tui/tui-io.c @@ -689,7 +689,7 @@ tui_getc (FILE *fp) if (key_is_command_char (ch)) { /* Handle prev/next/up/down here */ - ch = tuiDispatchCtrlChar (ch); + ch = tui_dispatch_ctrl_char (ch); } if (ch == '\n' || ch == '\r' || ch == '\f') |