aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2007-10-12 13:51:44 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2007-10-12 13:51:44 +0000
commit514d6fa1ec60563318c67806334c3b8d97c95b02 (patch)
tree9cef972ede33ea4639442b467753720f49f650ab /tmux.h
parentf3404ee9229ae3acab973b93ca7a20eddd593c7f (diff)
downloadrtmux-514d6fa1ec60563318c67806334c3b8d97c95b02.tar.gz
rtmux-514d6fa1ec60563318c67806334c3b8d97c95b02.tar.bz2
rtmux-514d6fa1ec60563318c67806334c3b8d97c95b02.zip
Accept colours as strings.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h4
1 files changed, 3 insertions, 1 deletions
diff --git a/tmux.h b/tmux.h
index f5833e55..8dfc8824 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1,4 +1,4 @@
-/* $Id: tmux.h,v 1.56 2007-10-12 13:03:58 nicm Exp $ */
+/* $Id: tmux.h,v 1.57 2007-10-12 13:51:44 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -603,6 +603,8 @@ void input_store_two(struct buffer *, u_char, uint16_t, uint16_t);
void input_translate_key(struct buffer *, int);
/* screen.c */
+const char *screen_colourstring(u_char);
+u_char screen_stringcolour(const char *);
void screen_create(struct screen *, u_int, u_int);
void screen_destroy(struct screen *);
void screen_resize(struct screen *, u_int, u_int);