aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicholas.marriott@gmail.com>2008-06-14 12:05:06 +0000
committerNicholas Marriott <nicholas.marriott@gmail.com>2008-06-14 12:05:06 +0000
commit62d7ad2690c0f72f06195351aa50e3fe037f456a (patch)
tree1d37c6afd94b2b2941b9ef3694c349cef8d96c05 /tmux.h
parent0bfd7a502309d329bcd0a41353b07ca6c5c5cafa (diff)
downloadrtmux-62d7ad2690c0f72f06195351aa50e3fe037f456a.tar.gz
rtmux-62d7ad2690c0f72f06195351aa50e3fe037f456a.tar.bz2
rtmux-62d7ad2690c0f72f06195351aa50e3fe037f456a.zip
Clear blank area properly on redraw, and add a marker line below it.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h3
1 files changed, 1 insertions, 2 deletions
diff --git a/tmux.h b/tmux.h
index 84e0b14e..78697eee 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1,4 +1,4 @@
-/* $Id: tmux.h,v 1.139 2008-06-07 07:27:28 nicm Exp $ */
+/* $Id: tmux.h,v 1.140 2008-06-14 12:05:06 nicm Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -1001,7 +1001,6 @@ void screen_redraw_move_cursor(struct screen_redraw_ctx *, u_int, u_int);
void screen_redraw_set_attributes(struct screen_redraw_ctx *, u_int, u_int);
void printflike2 screen_redraw_write_string(
struct screen_redraw_ctx *, const char *, ...);
-void screen_redraw_clear_screen(struct screen_redraw_ctx *);
void screen_redraw_cell(struct screen_redraw_ctx *, u_int, u_int);
void screen_redraw_area(
struct screen_redraw_ctx *, u_int, u_int, u_int, u_int);