about summary refs log tree commit diff stats
path: root/termbox/termbox.h
diff options
context:
space:
mode:
Diffstat (limited to 'termbox/termbox.h')
-rw-r--r--termbox/termbox.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/termbox/termbox.h b/termbox/termbox.h
index c629b01c..a94d2b85 100644
--- a/termbox/termbox.h
+++ b/termbox/termbox.h
@@ -49,6 +49,9 @@ int tb_height(void);
  * tb_present(). */
 void tb_present(void);
 
+/* Variant of tb_present() that always refreshes the entire screen. */
+void tb_sync(void);
+
 /* Returns a pointer to the internal screen state: a 1D array of cells in
  * raster order. You'll need to call tb_width() and tb_height() for the
  * array's dimensions. The array stays valid until tb_clear() or tb_present()