aboutsummaryrefslogtreecommitdiffstats
path: root/src/options.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/options.h')
-rw-r--r--src/options.h7
1 files changed, 4 insertions, 3 deletions
diff --git a/src/options.h b/src/options.h
index 5bc24f38d..9cbe38675 100644
--- a/src/options.h
+++ b/src/options.h
@@ -20,9 +20,10 @@ typedef struct
gboolean auto_center;
gboolean wide_cursor;
gboolean enable_colors;
- gboolean audible_bell; /* not implemented */
- gboolean visible_bell; /* not implemented */
- gboolean enable_xterm_title; /* not implemented */
+ gboolean audible_bell;
+ gboolean visible_bell;
+ gboolean enable_xterm_title;
+ gboolean enable_mouse_events;
} options_t;