summaryrefslogtreecommitdiff
path: root/desktop/textarea.c
diff options
context:
space:
mode:
Diffstat (limited to 'desktop/textarea.c')
-rw-r--r--desktop/textarea.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/desktop/textarea.c b/desktop/textarea.c
index 9dd3ace2d..9c3243293 100644
--- a/desktop/textarea.c
+++ b/desktop/textarea.c
@@ -1757,8 +1757,7 @@ bool textarea_keypress(struct textarea *ta, uint32_t key)
}
redraw = true;
break;
- case KEY_CUT_LINE:
- /* Not actually CUT to clipboard, just delete */
+ case KEY_DELETE_LINE:
if (readonly)
break;
if (ta->sel_start != -1) {