TUI resize unification
[deliverable/binutils-gdb.git] / gdb / tui / tui-stack.c
index f4d6d3865e12a3d38b2d42302d02aefbfdf61950..001133c7b5e69e89dd60b405967dccc929baa486 100644 (file)
@@ -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
This page took 0.024699 seconds and 4 git commands to generate.