aboutsummaryrefslogtreecommitdiff
path: root/dw/types.hh
diff options
context:
space:
mode:
authorcorvid <corvid@lavabit.com>2009-07-05 22:17:41 +0000
committercorvid <corvid@lavabit.com>2009-07-05 22:17:41 +0000
commit76c4bf8a1cc85d9cd15c0bb6817a7fe92c5e6eaa (patch)
tree7ba32724cbcb56f03ea82a904c9578f29f3774c7 /dw/types.hh
parent1cefd820489a50fd10220e05c05a7b102c6940b2 (diff)
keybindings for scrolling
Diffstat (limited to 'dw/types.hh')
-rw-r--r--dw/types.hh2
1 files changed, 2 insertions, 0 deletions
diff --git a/dw/types.hh b/dw/types.hh
index 4687c7fc..4ebe9490 100644
--- a/dw/types.hh
+++ b/dw/types.hh
@@ -30,6 +30,8 @@ enum VPosition
VPOS_NO_CHANGE
};
+enum ScrollCommand {SCREEN_UP_CMD, SCREEN_DOWN_CMD, LINE_UP_CMD, LINE_DOWN_CMD,
+ LEFT_CMD, RIGHT_CMD, TOP_CMD, BOTTOM_CMD};
/*
* Different "layers" may be highlighted in a widget.