diff options
Diffstat (limited to 'gdb/tui/tui-win.c')
-rw-r--r-- | gdb/tui/tui-win.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/gdb/tui/tui-win.c b/gdb/tui/tui-win.c index 0be63b6..a646a5a 100644 --- a/gdb/tui/tui-win.c +++ b/gdb/tui/tui-win.c @@ -379,7 +379,7 @@ Usage: w <#lines>\n"); "ascii use ascii characters + - | for the border\n" "acs use the Alternate Character Set\n", &tui_setlist); - add_show_from_set (c, &tui_showlist); + deprecated_add_show_from_set (c, &tui_showlist); c = add_set_enum_cmd ("border-mode", no_class, @@ -394,7 +394,7 @@ Usage: w <#lines>\n"); "bold use extra bright or bold\n" "bold-standout use extra bright or bold with standout mode\n", &tui_setlist); - add_show_from_set (c, &tui_showlist); + deprecated_add_show_from_set (c, &tui_showlist); c = add_set_enum_cmd ("active-border-mode", no_class, @@ -409,7 +409,7 @@ Usage: w <#lines>\n"); "bold use extra bright or bold\n" "bold-standout use extra bright or bold with standout mode\n", &tui_setlist); - add_show_from_set (c, &tui_showlist); + deprecated_add_show_from_set (c, &tui_showlist); } /* Update gdb's knowledge of the terminal size. */ |