diff options
Diffstat (limited to 'gdb/tui/tui-command.c')
-rw-r--r-- | gdb/tui/tui-command.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/gdb/tui/tui-command.c b/gdb/tui/tui-command.c index ba2a802..42fc59a 100644 --- a/gdb/tui/tui-command.c +++ b/gdb/tui/tui-command.c @@ -70,7 +70,7 @@ tui_refresh_cmd_win (void) { WINDOW *w = TUI_CMD_WIN->handle.get (); - wrefresh (w); + tui_wrefresh (w); /* FIXME: It's not clear why this is here. It was present in the original tui_puts code and is kept in order to |