]> git.ipfire.org Git - thirdparty/binutils-gdb.git/blobdiff - gdb/tui/tui-win.h
gdb/tui: add 'set tui mouse-events off' to restore mouse selection
[thirdparty/binutils-gdb.git] / gdb / tui / tui-win.h
index 3d35f1dfb7f511104c4df89d15b46b48a35501e4..c0a77324293aa282021dc61d24c9b5e4b946df2b 100644 (file)
@@ -51,6 +51,9 @@ struct cmd_list_element **tui_get_cmd_list (void);
 /* Whether compact source display should be used.  */
 extern bool compact_source;
 
+/* Whether the TUI should intercept terminal mouse events.  */
+extern bool tui_enable_mouse;
+
 /* Whether to style the source and assembly code highlighted by the TUI's
    current position indicator.  */
 extern bool style_tui_current_position;