aboutsummaryrefslogtreecommitdiff
path: root/gdb/tui/ChangeLog
diff options
context:
space:
mode:
authorStephane Carrez <stcarrez@nerim.fr>2002-09-13 20:06:56 +0000
committerStephane Carrez <stcarrez@nerim.fr>2002-09-13 20:06:56 +0000
commite3da6fc58ac2eff07799864d80fce8aaf8e36b5d (patch)
tree115934f89b6bc05146d5f3b4df942090876b36e1 /gdb/tui/ChangeLog
parentbd9b0abf4e57f81d582fa5d5250634f99caeaa49 (diff)
downloadgdb-e3da6fc58ac2eff07799864d80fce8aaf8e36b5d.zip
gdb-e3da6fc58ac2eff07799864d80fce8aaf8e36b5d.tar.gz
gdb-e3da6fc58ac2eff07799864d80fce8aaf8e36b5d.tar.bz2
* tui.c (tui_rl_switch_mode): Remove unecessary TUI switch printfs.
(tui_initialize_readline): Allow to use space to leave SingleKey to enter one gdb command. (tui_enable): Restore the TUI keymap when we are back to TUI. (tui_disable): Restore normal keymap when leaving TUI. * tuiIO.c (tui_redisplay_readline): Restore the SingleKey mode when the buffer becomes empty and we are in tui_one_command_mode.
Diffstat (limited to 'gdb/tui/ChangeLog')
-rw-r--r--gdb/tui/ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/gdb/tui/ChangeLog b/gdb/tui/ChangeLog
index be718ae..edff2bd 100644
--- a/gdb/tui/ChangeLog
+++ b/gdb/tui/ChangeLog
@@ -1,5 +1,15 @@
2002-09-13 Stephane Carrez <stcarrez@nerim.fr>
+ * tui.c (tui_rl_switch_mode): Remove unecessary TUI switch printfs.
+ (tui_initialize_readline): Allow to use space to leave SingleKey
+ to enter one gdb command.
+ (tui_enable): Restore the TUI keymap when we are back to TUI.
+ (tui_disable): Restore normal keymap when leaving TUI.
+ * tuiIO.c (tui_redisplay_readline): Restore the SingleKey mode
+ when the buffer becomes empty and we are in tui_one_command_mode.
+
+2002-09-13 Stephane Carrez <stcarrez@nerim.fr>
+
* tuiIO.c (tui_setup_io): rl_already_prompted must be cleared
when leaving TUI mode so that gdb prompt is displayed.