aboutsummaryrefslogtreecommitdiffstats
path: root/src/nnn.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/nnn.h')
-rw-r--r--src/nnn.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/nnn.h b/src/nnn.h
index 312473c..9ef1a7e 100644
--- a/src/nnn.h
+++ b/src/nnn.h
@@ -102,6 +102,7 @@ enum action {
SEL_QUITCTX,
SEL_QUITCD,
SEL_QUIT,
+ SEL_CLICK,
};
/* Associate a pressed key to an action */
@@ -256,4 +257,5 @@ static struct key bindings[] = {
/* Quit */
{ 'Q', SEL_QUIT },
{ CONTROL('Q'), SEL_QUIT },
+ { KEY_MOUSE, SEL_CLICK },
};