diff options
Diffstat (limited to 'src/interface.h')
-rw-r--r-- | src/interface.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/interface.h b/src/interface.h index c0c41bd..9531d37 100644 --- a/src/interface.h +++ b/src/interface.h @@ -155,7 +155,7 @@ gboolean teco_interface_is_interrupted(void); typedef struct { enum { - TECO_MOUSE_PRESSED = 1, + TECO_MOUSE_PRESSED = 0, TECO_MOUSE_RELEASED, TECO_MOUSE_SCROLLUP, TECO_MOUSE_SCROLLDOWN |