]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/tui/tui-win.h
Make setting TUI border attributes take effect immediately
[thirdparty/binutils-gdb.git] / gdb / tui / tui-win.h
index 6601d4b88e30bfde7c5beab62515fc5dd94a3b27..7d77a0040add7038f2d958a608f7cb1efa6ff333 100644 (file)
@@ -55,4 +55,7 @@ extern void tui_update_gdb_sizes (void);
 /* Create or get the TUI command list.  */
 struct cmd_list_element **tui_get_cmd_list (void);
 
+/* Set a TUI variable.  */
+void tui_set_var_cmd (char *, int, struct cmd_list_element *);
+
 #endif