summaryrefslogtreecommitdiffstats
path: root/core/src/text
diff options
context:
space:
mode:
Diffstat (limited to 'core/src/text')
-rw-r--r--core/src/text/editor.rs1
1 files changed, 1 insertions, 0 deletions
diff --git a/core/src/text/editor.rs b/core/src/text/editor.rs
index a4fd0ec1..09d4efde 100644
--- a/core/src/text/editor.rs
+++ b/core/src/text/editor.rs
@@ -51,6 +51,7 @@ pub enum Action {
SelectWord,
SelectLine,
Insert(char),
+ Enter,
Backspace,
Delete,
Click(Point),