aboutsummaryrefslogtreecommitdiff
path: root/editor.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2014-09-22 06:09:07 +0200
committerMarc André Tanner <mat@brain-dump.org>2014-09-22 06:09:07 +0200
commit637b1adbdda1af761518b90b52fb6ae7798584bc (patch)
tree01c10bf0b2c573ce65806e80e4a2ddb0daecd66e /editor.h
parentddd80ea3ca108858ebd053339871c6fa251f9a8d (diff)
downloadvis-637b1adbdda1af761518b90b52fb6ae7798584bc.tar.gz
vis-637b1adbdda1af761518b90b52fb6ae7798584bc.tar.xz
Add support for the '<', '>' marks
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 {