summaryrefslogtreecommitdiff
path: root/input.c
diff options
context:
space:
mode:
Diffstat (limited to 'input.c')
-rw-r--r--input.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/input.c b/input.c
index 6895573..db1fef7 100644
--- a/input.c
+++ b/input.c
@@ -106,6 +106,9 @@ int smode_input(char *single, char **multiple, uint64_t focus) { // This functio
*single = smode_buf[0];
return _SINGLE;
break;
+ case '\n':
+ return _RETURN;
+ break;
}