Introduce refresh_window method
[deliverable/binutils-gdb.git] / gdb / tui / tui-stack.c
index a38971542eb473d2a7a8ccc0cd3750dd970af71a..efa24453b6528a06b5a2dab4c15addd5b02963b1 100644 (file)
@@ -267,7 +267,7 @@ tui_show_locator_content (void)
       waddstr (locator->handle, string);
       wclrtoeol (locator->handle);
       (void) wstandend (locator->handle);
-      tui_refresh_win (locator);
+      locator->refresh_window ();
       wmove (locator->handle, 0, 0);
       xfree (string);
       locator->content_in_use = TRUE;
This page took 0.023327 seconds and 4 git commands to generate.