summaryrefslogtreecommitdiff
path: root/desktop/textarea.c
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/textarea.c')
-rw-r--r--desktop/textarea.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/desktop/textarea.c b/desktop/textarea.c
index 92f1acd29..ef2c7ee25 100644
--- a/desktop/textarea.c
+++ b/desktop/textarea.c
@@ -1718,6 +1718,7 @@ bool textarea_keypress(struct textarea *ta, uint32_t key)
redraw = true;
}
break;
+ case KEY_CR:
case KEY_NL:
if (readonly)
break;