diff options
author | Thomas Adam <thomas@xteddy.org> | 2017-05-15 20:01:14 +0100 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2017-05-15 20:01:14 +0100 |
commit | dcdaf5c8b9f87a7d0c3000a69ec615f819788b39 (patch) | |
tree | 4055879e8a441f350f63b52a1155b39191a4dc07 /tmux.h | |
parent | 36181775cdb25569013778635aec34f3d3e62e91 (diff) | |
parent | 1ba7f1d03f680df20d45b5c2ca08ae39665e1dea (diff) | |
download | rtmux-dcdaf5c8b9f87a7d0c3000a69ec615f819788b39.tar.gz rtmux-dcdaf5c8b9f87a7d0c3000a69ec615f819788b39.tar.bz2 rtmux-dcdaf5c8b9f87a7d0c3000a69ec615f819788b39.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -405,6 +405,7 @@ enum tty_code_code { TTYC_SS, /* set cursor style, Ss */ TTYC_TC, /* 24-bit "true" colour, Tc */ TTYC_TSL, /* to_status_line, tsl */ + TTYC_U8, TTYC_VPA, /* row_address, cv */ TTYC_XENL, /* eat_newline_glitch, xn */ TTYC_XT, /* xterm(1)-compatible title, XT */ @@ -1705,6 +1706,7 @@ int tty_term_flag(struct tty_term *, enum tty_code_code); const char *tty_term_describe(struct tty_term *, enum tty_code_code); /* tty-acs.c */ +int tty_acs_needed(struct tty *); const char *tty_acs_get(struct tty *, u_char); /* tty-keys.c */ |