summaryrefslogtreecommitdiffstats
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2007-08-28 09:19:50 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2007-08-28 09:19:50 +0000
commitfc63750d300f5f7837312d8da04cde05bd22b3f4 (patch)
treeacc12c9911dcbfa375939239ee57e6b22a3f69c9 /tmux.h
parent38b752c1d8338b78c86eb863c028cc058708828f (diff)
Scrolling region.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h6
1 files changed, 3 insertions, 3 deletions
diff --git a/tmux.h b/tmux.h
index 949383fe..61365695 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1,4 +1,4 @@
-/* $Id: tmux.h,v 1.6 2007-08-27 20:36:52 nicm Exp $ */
+/* $Id: tmux.h,v 1.7 2007-08-28 09:19:50 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -244,8 +244,8 @@ struct buffer {
#define CODE_ATTRIBUTES 14
#define CODE_CURSOROFF 15
#define CODE_CURSORON 16
-#define CODE_CURSORUPSCROLL 17
-#define CODE_CURSORDOWNSCROLL 18
+#define CODE_REVERSEINDEX 17
+/* 18 unused */
#define CODE_SCROLLREGION 19
#define CODE_INSERTON 20
#define CODE_INSERTOFF 21