aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2011-02-15 15:10:47 +0000
committerTiago Cunha <tcunha@gmx.com>2011-02-15 15:10:47 +0000
commit2ab568fa88cb40e0d63696d60b9e871a9909074d (patch)
treebd016837745d00bb22bb54ec8156721c181acabf /tmux.h
parent4e4568cade9c54f02b0f41d9372f4124f1fb54be (diff)
downloadrtmux-2ab568fa88cb40e0d63696d60b9e871a9909074d.tar.gz
rtmux-2ab568fa88cb40e0d63696d60b9e871a9909074d.tar.bz2
rtmux-2ab568fa88cb40e0d63696d60b9e871a9909074d.zip
Sync OpenBSD patchset 853:
When clearing the entire screen, clear lines that are used into the history like xterm does. Requested ages ago by someone I've forgotten.
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 73dfc435..865e654b 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1,4 +1,4 @@
-/* $Id: tmux.h,v 1.607 2011-02-15 15:09:52 tcunha Exp $ */
+/* $Id: tmux.h,v 1.608 2011-02-15 15:10:47 tcunha Exp $ */
/*
* Copyright (c) 2007 Nicholas Marriott <nicm@users.sourceforge.net>
@@ -1737,6 +1737,7 @@ const struct grid_utf8 *grid_view_peek_utf8(struct grid *, u_int, u_int);
struct grid_utf8 *grid_view_get_utf8(struct grid *, u_int, u_int);
void grid_view_set_utf8(
struct grid *, u_int, u_int, const struct grid_utf8 *);
+void grid_view_clear_history(struct grid *);
void grid_view_clear(struct grid *, u_int, u_int, u_int, u_int);
void grid_view_scroll_region_up(struct grid *, u_int, u_int);
void grid_view_scroll_region_down(struct grid *, u_int, u_int);