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-command.c | |
parent | 81f08b92d6f1fac7ffef42e5aa031cb8d70f1e06 (diff) | |
download | gdb-b0a30fcea7c66ee6d345a9b08b42529aaf3a2836.zip gdb-b0a30fcea7c66ee6d345a9b08b42529aaf3a2836.tar.gz gdb-b0a30fcea7c66ee6d345a9b08b42529aaf3a2836.tar.bz2 |
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-command.c')
-rw-r--r-- | gdb/tui/tui-command.c | 7 |
1 files changed, 2 insertions, 5 deletions
diff --git a/gdb/tui/tui-command.c b/gdb/tui/tui-command.c index 551a534..4b1c0fd 100644 --- a/gdb/tui/tui-command.c +++ b/gdb/tui/tui-command.c @@ -48,12 +48,9 @@ ** PUBLIC FUNCTIONS ** ******************************************/ -/* - ** tuiDispatchCtrlChar(). - ** Dispatch the correct tui function based upon the control character. - */ +/* Dispatch the correct tui function based upon the control character. */ unsigned int -tuiDispatchCtrlChar (unsigned int ch) +tui_dispatch_ctrl_char (unsigned int ch) { TuiWinInfoPtr winInfo = tuiWinWithFocus (); WINDOW *w = cmdWin->generic.handle; |