summaryrefslogtreecommitdiffstats
path: root/src/intrfn.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/intrfn.c')
-rw-r--r--src/intrfn.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/intrfn.c b/src/intrfn.c
index 1c5d45bd..3fe43fb2 100644
--- a/src/intrfn.c
+++ b/src/intrfn.c
@@ -1142,6 +1142,8 @@ int check_enter_key_or_s(WINDOW *window)
return 1;
case 'F':
return 2;
+ case '+':
+ return 3;
}
return 0;
}