Don't call touchwin in tui_gen_win_info::refresh_window
[deliverable/binutils-gdb.git] / gdb / tui / tui-wingeneral.c
index 01f288be862a18291a85a14ede955fd8daa61b7d..f900eab0133cf28394de75f904611845d3d3c618 100644 (file)
@@ -38,10 +38,7 @@ void
 tui_gen_win_info::refresh_window ()
 {
   if (handle != NULL)
-    {
-      touchwin (handle);
-      wrefresh (handle);
-    }
+    wrefresh (handle);
 }
 
 /* Function to delete the curses window, checking for NULL.  */
This page took 0.023337 seconds and 4 git commands to generate.