aboutsummaryrefslogtreecommitdiff
path: root/editor.h
diff options
context:
space:
mode:
Diffstat (limited to 'editor.h')
-rw-r--r--editor.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/editor.h b/editor.h
index 5eeab8e..a607bda 100644
--- a/editor.h
+++ b/editor.h
@@ -86,6 +86,8 @@ enum Mark {
MARK_x,
MARK_y,
MARK_z,
+ MARK_SELECTION_START,
+ MARK_SELECTION_END,
};
struct Editor {