diff options
Diffstat (limited to 'src/options.h')
-rw-r--r-- | src/options.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/options.h b/src/options.h index 9cbe38675..1a4e4b61e 100644 --- a/src/options.h +++ b/src/options.h @@ -23,7 +23,7 @@ typedef struct gboolean audible_bell; gboolean visible_bell; gboolean enable_xterm_title; - gboolean enable_mouse_events; + gboolean enable_mouse; } options_t; |