aboutsummaryrefslogtreecommitdiff
path: root/gdb/NEWS
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2019-07-23 16:01:03 -0600
committerTom Tromey <tom@tromey.com>2019-09-20 13:49:12 -0600
commit78e8cb91cd1374ac59cc8bf6509fa70bde74ff1a (patch)
tree13c3d147aa6006c7084b131da3b6ffb1c66c9949 /gdb/NEWS
parentf074b67ec812612637342a1647da9158a1e77de0 (diff)
downloadgdb-78e8cb91cd1374ac59cc8bf6509fa70bde74ff1a.zip
gdb-78e8cb91cd1374ac59cc8bf6509fa70bde74ff1a.tar.gz
gdb-78e8cb91cd1374ac59cc8bf6509fa70bde74ff1a.tar.bz2
Change TUI window commands to be case-sensitive
The TUI window-related commands like "focus" are case insensitive. This is not the norm in gdb, and I don't see a good reason to have it here. This patch changes the TUI to be case sensitive, like the rest of gdb. gdb/ChangeLog 2019-09-20 Tom Tromey <tom@tromey.com> * NEWS: Mention case-sensitivity of TUI commands. * tui/tui-win.c (tui_set_focus_command): Now case-sensitive. (tui_set_win_height_command, parse_scrolling_args): Likewise. * tui/tui-layout.c (tui_layout_command): Now case-sensitive.
Diffstat (limited to 'gdb/NEWS')
-rw-r--r--gdb/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/gdb/NEWS b/gdb/NEWS
index 1fefd81..201701b 100644
--- a/gdb/NEWS
+++ b/gdb/NEWS
@@ -186,6 +186,9 @@ maint show test-options-completion-result
Commands used by the testsuite to validate the command options
framework.
+focus, winheight, +, -, >, <
+ These commands are now case-sensitive.
+
* New command options, command completion
GDB now has a standard infrastructure to support dash-style command