aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2007-10-01 14:18:42 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2007-10-01 14:18:42 +0000
commit872696f7819f20eb5fdaa53c16221cf614952eb7 (patch)
tree2afd0be07b4cbd0340a50185e7c690984685399b /tmux.h
parent9d563c340b16dfe0d4b3cd789ffbeda0d4d1e589 (diff)
downloadrtmux-872696f7819f20eb5fdaa53c16221cf614952eb7.tar.gz
rtmux-872696f7819f20eb5fdaa53c16221cf614952eb7.tar.bz2
rtmux-872696f7819f20eb5fdaa53c16221cf614952eb7.zip
Pass attributes around as flags rather than as a list of escape codes.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h4
1 files changed, 1 insertions, 3 deletions
diff --git a/tmux.h b/tmux.h
index dd23f91f..f4668db3 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1,4 +1,4 @@
-/* $Id: tmux.h,v 1.29 2007-10-01 14:15:48 nicm Exp $ */
+/* $Id: tmux.h,v 1.30 2007-10-01 14:18:42 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -568,8 +568,6 @@ void screen_create(struct screen *, u_int, u_int);
void screen_destroy(struct screen *);
void screen_resize(struct screen *, u_int, u_int);
void screen_draw(struct screen *, struct buffer *, u_int, u_int);
-size_t screen_store_attributes(struct buffer *, u_char);
-size_t screen_store_colours(struct buffer *, u_char);
void screen_write_character(struct screen *, u_char);
void screen_insert_lines(struct screen *, u_int, u_int);
void screen_insert_lines_region(struct screen *, u_int, u_int);