aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2008-07-24 21:42:40 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2008-07-24 21:42:40 +0000
commit3337dfcae5505236eb11e61323ce2d58d9f54fed (patch)
treee67bb1ebd90208ba73da17605567bd29d5f4a6fb /tmux.h
parent815b2174827a3aaf333d47771b767a92b9e0f96f (diff)
downloadrtmux-3337dfcae5505236eb11e61323ce2d58d9f54fed.tar.gz
rtmux-3337dfcae5505236eb11e61323ce2d58d9f54fed.tar.bz2
rtmux-3337dfcae5505236eb11e61323ce2d58d9f54fed.zip
Support keypad mode, and get rid of SCREEN_DEF*. Meant to commit these separately but forgot :-/.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h7
1 files changed, 1 insertions, 6 deletions
diff --git a/tmux.h b/tmux.h
index d0bfb099..47379bf0 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1,4 +1,4 @@
-/* $Id: tmux.h,v 1.176 2008-07-23 23:44:50 nicm Exp $ */
+/* $Id: tmux.h,v 1.177 2008-07-24 21:42:40 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -517,11 +517,6 @@ struct screen_write_ctx {
n, m, o, p); \
} while (0)
-/* Screen default contents. */
-#define SCREEN_DEFDATA ' '
-#define SCREEN_DEFATTR 0
-#define SCREEN_DEFCOLR 0x88 /* default on default ;-) */
-
/* Input parser sequence argument. */
struct input_arg {
u_char data[64];