]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/tui/tui-win.h
gdb: add "set style tui-current-position on|off", default to off
[thirdparty/binutils-gdb.git] / gdb / tui / tui-win.h
index 9a92fa3a514f223e3b2c5b157d6ed9638fe9abe3..bdc6da034ef705774d64b261fe5daeffffee6ab7 100644 (file)
@@ -51,4 +51,8 @@ struct cmd_list_element **tui_get_cmd_list (void);
 /* Whether compact source display should be used.  */
 extern bool compact_source;
 
+/* Whether to style the source and assembly code highlighted by the TUI's
+   current position indicator.  */
+extern bool style_tui_current_position;
+
 #endif /* TUI_TUI_WIN_H */