gdb/fortran: Allow for using Flang in Fortran testing
[deliverable/binutils-gdb.git] / gdb / tui / tui-data.h
index ffdd5e37491c3e109c447fd76e029b926bc391ef..6f86122f58f1a467270c2c363da0c9912503e6ff 100644 (file)
@@ -99,6 +99,13 @@ public:
     return handle != nullptr;
   }
 
+  /* Disable output until the next call to doupdate.  */
+  virtual void no_refresh ()
+  {
+    if (handle != nullptr)
+      wnoutrefresh (handle.get ());
+  }
+
   /* Window handle.  */
   std::unique_ptr<WINDOW, curses_deleter> handle;
   /* Type of window.  */
This page took 0.036212 seconds and 4 git commands to generate.