aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorTiago Cunha <tcunha@gmx.com>2012-01-21 19:31:59 +0000
committerTiago Cunha <tcunha@gmx.com>2012-01-21 19:31:59 +0000
commit4bea5590372e69ac90330281c471cf99e3a8653a (patch)
treeec52deca56c473534f80011ddc6a48da7a1a3e67 /tmux.h
parent674de910ca4c8651d6c9749775e960cb224332f9 (diff)
downloadrtmux-4bea5590372e69ac90330281c471cf99e3a8653a.tar.gz
rtmux-4bea5590372e69ac90330281c471cf99e3a8653a.tar.bz2
rtmux-4bea5590372e69ac90330281c471cf99e3a8653a.zip
Sync OpenBSD patchset 1004:
Add a -R flag to send-keys to reset the terminal. Written ages ago and Suggested by someone, I forget who.
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index dcf29cad..b52f1b66 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1828,6 +1828,7 @@ char *grid_view_string_cells(struct grid *, u_int, u_int, u_int);
void screen_write_start(
struct screen_write_ctx *, struct window_pane *, struct screen *);
void screen_write_stop(struct screen_write_ctx *);
+void screen_write_reset(struct screen_write_ctx *);
size_t printflike2 screen_write_cstrlen(int, const char *, ...);
void printflike5 screen_write_cnputs(struct screen_write_ctx *,
ssize_t, struct grid_cell *, int, const char *, ...);