mirror of
https://github.com/espressif/binutils-gdb.git
synced 2025-09-08 22:23:57 +08:00
Fix an erroneous commentary.
gdb/ 2015-01-16 Eli Zaretskii <eliz@gnu.org> * tui/tui-win.c (tui_set_tab_width_command): Fix the commentary.
This commit is contained in:
@ -4,6 +4,8 @@
|
|||||||
functions.
|
functions.
|
||||||
(_initialize_tui_win) <border-kind, border-mode>:
|
(_initialize_tui_win) <border-kind, border-mode>:
|
||||||
<active-border-mode>: Use tui_set_var_cmd as the "set" function.
|
<active-border-mode>: Use tui_set_var_cmd as the "set" function.
|
||||||
|
(tui_set_tab_width_command): Fix the commentary.
|
||||||
|
|
||||||
* tui/tui-win.h: Add prototype for tui_rehighlight_all.
|
* tui/tui-win.h: Add prototype for tui_rehighlight_all.
|
||||||
|
|
||||||
* tui/tui-win.c (tui_scroll_left_command, tui_scroll_right_command):
|
* tui/tui-win.c (tui_scroll_left_command, tui_scroll_right_command):
|
||||||
|
@ -1007,7 +1007,7 @@ tui_refresh_all_command (char *arg, int from_tty)
|
|||||||
}
|
}
|
||||||
|
|
||||||
|
|
||||||
/* Set the height of the specified window. */
|
/* Set the tab width of the specified window. */
|
||||||
static void
|
static void
|
||||||
tui_set_tab_width_command (char *arg, int from_tty)
|
tui_set_tab_width_command (char *arg, int from_tty)
|
||||||
{
|
{
|
||||||
|
Reference in New Issue
Block a user