diff options
Diffstat (limited to 'gdb/tui/tui-stack.c')
-rw-r--r-- | gdb/tui/tui-stack.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/gdb/tui/tui-stack.c b/gdb/tui/tui-stack.c index f4d6d38..001133c 100644 --- a/gdb/tui/tui-stack.c +++ b/gdb/tui/tui-stack.c @@ -277,6 +277,11 @@ tui_show_locator_content (void) } } +void +tui_locator_window::rerender () +{ + tui_show_locator_content (); +} /* Set the filename portion of the locator. */ static void |