aboutsummaryrefslogtreecommitdiff
path: root/dw/types.hh
diff options
context:
space:
mode:
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};
/*