aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2007-11-22 09:11:20 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2007-11-22 09:11:20 +0000
commitdf7be0ddabb2a51386eeb60e0970e128281ddfd9 (patch)
tree01a9ee9a5d80bff5ab0a330d32cb42e6ccfd6c03 /tmux.h
parente2438dc96e33ba8741090398344103fd2533fe2a (diff)
downloadrtmux-df7be0ddabb2a51386eeb60e0970e128281ddfd9.tar.gz
rtmux-df7be0ddabb2a51386eeb60e0970e128281ddfd9.tar.bz2
rtmux-df7be0ddabb2a51386eeb60e0970e128281ddfd9.zip
Split SCREEN_BACKGROUND flag into BACKGROUND/NOCURSOR in preparation for copy mode.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index d7b5a02f..0039c834 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1,4 +1,4 @@
-/* $Id: tmux.h,v 1.92 2007-11-21 22:20:44 nicm Exp $ */
+/* $Id: tmux.h,v 1.93 2007-11-22 09:11:20 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -341,6 +341,7 @@ struct msg_resize_data {
#define MODE_SAVED 0x10
#define MODE_HIDDEN 0x20
#define MODE_BACKGROUND 0x40
+#define MODE_NOCURSOR 0x80
/*
* Virtual screen. This is stored as three blocks of 8-bit values, one for