summaryrefslogtreecommitdiff
path: root/dw/types.hh
diff options
context:
space:
mode:
authorcorvid <corvid@lavabit.com>2011-09-14 18:28:51 +0000
committercorvid <corvid@lavabit.com>2011-09-14 18:28:51 +0000
commit71974ecc77d47e54a4c8fad105728b134fd620d0 (patch)
tree522e68e47be7135bd62323e2fa706c10204d69bb /dw/types.hh
parent3688645f7165c13b1e0050bc39460fb791f5084e (diff)
Allow key bindings for paging left/right
Diffstat (limited to 'dw/types.hh')
-rw-r--r--dw/types.hh3
1 files changed, 2 insertions, 1 deletions
diff --git a/dw/types.hh b/dw/types.hh
index ce643239..a8c244c7 100644
--- a/dw/types.hh
+++ b/dw/types.hh
@@ -32,7 +32,8 @@ enum VPosition
VPOS_NO_CHANGE
};
-enum ScrollCommand {SCREEN_UP_CMD, SCREEN_DOWN_CMD, LINE_UP_CMD, LINE_DOWN_CMD,
+enum ScrollCommand {SCREEN_UP_CMD, SCREEN_DOWN_CMD, SCREEN_LEFT_CMD,
+ SCREEN_RIGHT_CMD, LINE_UP_CMD, LINE_DOWN_CMD,
LEFT_CMD, RIGHT_CMD, TOP_CMD, BOTTOM_CMD};
/*