aboutsummaryrefslogtreecommitdiff
path: root/vis.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2015-10-25 20:49:01 +0100
committerMarc André Tanner <mat@brain-dump.org>2015-10-25 22:46:43 +0100
commit34fa064edcf06d03c16c8a20dde9365d9957523e (patch)
tree91c3e4370a7121ad0b99c76528625f7ceeca3c65 /vis.h
parentfbb9265b95ab46824b7bc01621a01eb6a2362000 (diff)
downloadvis-34fa064edcf06d03c16c8a20dde9365d9957523e.tar.gz
vis-34fa064edcf06d03c16c8a20dde9365d9957523e.tar.xz
vis: convert changelist navigation to proper motions
Diffstat (limited to 'vis.h')
-rw-r--r--vis.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/vis.h b/vis.h
index 9cd8b70..baa0190 100644
--- a/vis.h
+++ b/vis.h
@@ -99,6 +99,8 @@ enum VisMotion {
MOVE_WINDOW_LINE_TOP,
MOVE_WINDOW_LINE_MIDDLE,
MOVE_WINDOW_LINE_BOTTOM,
+ MOVE_CHANGELIST_NEXT,
+ MOVE_CHANGELIST_PREV,
/* pseudo motions: keep them at the end to save space in array definition */
MOVE_TOTILL_REPEAT,
MOVE_TOTILL_REVERSE,