From 2c6af7312cf617f40ab407323fd07a9fa5579495 Mon Sep 17 00:00:00 2001 From: Kalle Wallin Date: Mon, 12 Jul 2004 21:17:27 +0000 Subject: Mouse support is now optional (enable-mouse) git-svn-id: https://svn.musicpd.org/ncmpc/trunk@1861 09075e82-0dd4-0310-85a5-a0d7c8717e4f --- src/options.h | 7 ++++--- 1 file changed, 4 insertions(+), 3 deletions(-) (limited to 'src/options.h') 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; -- cgit v1.2.3