aboutsummaryrefslogtreecommitdiff
path: root/gdb/tui/ChangeLog
diff options
context:
space:
mode:
authorStephane Carrez <stcarrez@nerim.fr>2002-09-13 19:47:21 +0000
committerStephane Carrez <stcarrez@nerim.fr>2002-09-13 19:47:21 +0000
commitbd9b0abf4e57f81d582fa5d5250634f99caeaa49 (patch)
treee37c821c00c6cb8e323c5b0a9e285487e8cf2d98 /gdb/tui/ChangeLog
parenta42a37b7258f08c601ba1de2c6fdf8f8a1a0e2a9 (diff)
downloadgdb-bd9b0abf4e57f81d582fa5d5250634f99caeaa49.zip
gdb-bd9b0abf4e57f81d582fa5d5250634f99caeaa49.tar.gz
gdb-bd9b0abf4e57f81d582fa5d5250634f99caeaa49.tar.bz2
* tuiIO.c (tui_setup_io): rl_already_prompted must be cleared
when leaving TUI mode so that gdb prompt is displayed.
Diffstat (limited to 'gdb/tui/ChangeLog')
-rw-r--r--gdb/tui/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/tui/ChangeLog b/gdb/tui/ChangeLog
index 246c1f8..be718ae 100644
--- a/gdb/tui/ChangeLog
+++ b/gdb/tui/ChangeLog
@@ -1,5 +1,10 @@
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.
+
+2002-09-13 Stephane Carrez <stcarrez@nerim.fr>
+
* tuiStack.c (tui_make_status_line): Make sure the local buffer
is large enough to hold the complete line.