aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2019-08-06 07:02:33 +0100
committerThomas Adam <thomas@xteddy.org>2019-08-06 07:02:33 +0100
commit9b3fefc43529666b1f6adc5efc89f6a5f127f274 (patch)
tree4ecbf1bbb63a701276b26d3762384ee717f76565 /tmux.h
parenteb8eeab05e5ef158674f7d4ace78ba4caa0bb27e (diff)
parent45f4ff54850ff9b448070a96b33e63451f973e33 (diff)
downloadrtmux-9b3fefc43529666b1f6adc5efc89f6a5f127f274.tar.gz
rtmux-9b3fefc43529666b1f6adc5efc89f6a5f127f274.tar.bz2
rtmux-9b3fefc43529666b1f6adc5efc89f6a5f127f274.zip
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r--tmux.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/tmux.h b/tmux.h
index 5c10420a..9bf9f933 100644
--- a/tmux.h
+++ b/tmux.h
@@ -422,6 +422,7 @@ enum tty_code_code {
TTYC_REV,
TTYC_RGB,
TTYC_RI,
+ TTYC_RIN,
TTYC_RMACS,
TTYC_RMCUP,
TTYC_RMKX,
@@ -1927,6 +1928,7 @@ void tty_cmd_insertcharacter(struct tty *, const struct tty_ctx *);
void tty_cmd_insertline(struct tty *, const struct tty_ctx *);
void tty_cmd_linefeed(struct tty *, const struct tty_ctx *);
void tty_cmd_scrollup(struct tty *, const struct tty_ctx *);
+void tty_cmd_scrolldown(struct tty *, const struct tty_ctx *);
void tty_cmd_reverseindex(struct tty *, const struct tty_ctx *);
void tty_cmd_setselection(struct tty *, const struct tty_ctx *);
void tty_cmd_rawstring(struct tty *, const struct tty_ctx *);
@@ -2303,6 +2305,7 @@ void screen_write_reverseindex(struct screen_write_ctx *, u_int);
void screen_write_scrollregion(struct screen_write_ctx *, u_int, u_int);
void screen_write_linefeed(struct screen_write_ctx *, int, u_int);
void screen_write_scrollup(struct screen_write_ctx *, u_int, u_int);
+void screen_write_scrolldown(struct screen_write_ctx *, u_int, u_int);
void screen_write_carriagereturn(struct screen_write_ctx *);
void screen_write_clearendofscreen(struct screen_write_ctx *, u_int);
void screen_write_clearstartofscreen(struct screen_write_ctx *, u_int);