summaryrefslogtreecommitdiffstats
path: root/tmux.h
diff options
context:
space:
mode:
authorNicholas Marriott <nicm@openbsd.org>2012-01-21 08:10:21 +0000
committerNicholas Marriott <nicm@openbsd.org>2012-01-21 08:10:21 +0000
commit66f04514cf23a6202ad2dae3cdb96cd0ae74010c (patch)
tree0ad359bb6c1e7c2de568114066fa55bdcfccd10e /tmux.h
parentcd10f7322a5b33195a8864fa6b7a410387284d16 (diff)
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 effa15a1..617741d7 100644
--- a/tmux.h
+++ b/tmux.h
@@ -1832,6 +1832,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 *, ...);