aboutsummaryrefslogtreecommitdiff
path: root/gdb/tui/tui.c
diff options
context:
space:
mode:
authorTom Tromey <tom@tromey.com>2023-12-08 10:32:07 -0700
committerTom Tromey <tom@tromey.com>2023-12-21 16:43:02 -0700
commite0dd0e4d944e496403c72a61a2fd3a075b4c140d (patch)
treecbdd260e63c8e3120083b6c6a9afdac3b730cd1c /gdb/tui/tui.c
parentcf2ef009cd6921018b51e5e4a5cd7888ceca8db9 (diff)
downloadbinutils-e0dd0e4d944e496403c72a61a2fd3a075b4c140d.zip
binutils-e0dd0e4d944e496403c72a61a2fd3a075b4c140d.tar.gz
binutils-e0dd0e4d944e496403c72a61a2fd3a075b4c140d.tar.bz2
Rename TUI locator window -> status
The TUI status window is called the "locator" in the source, but "status" in the documentation. Whenever I've needed to find the code, I've had to search to "locate" it (ha, ha). This patch renames the window to match the public name of the window.
Diffstat (limited to 'gdb/tui/tui.c')
-rw-r--r--gdb/tui/tui.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/tui/tui.c b/gdb/tui/tui.c
index 647fa07..4c180f7 100644
--- a/gdb/tui/tui.c
+++ b/gdb/tui/tui.c
@@ -291,7 +291,7 @@ tui_set_key_mode (enum tui_key_mode mode)
tui_current_key_mode = mode;
rl_set_keymap (mode == TUI_SINGLE_KEY_MODE
? tui_keymap : tui_readline_standard_keymap);
- tui_show_locator_content ();
+ tui_show_status_content ();
}
/* Initialize readline and configure the keymap for the switching