Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2017-02-07 00:01:13 +00:00
4 changed files with 84 additions and 22 deletions

1
tmux.h
View File

@ -242,6 +242,7 @@ enum tty_code_code {
TTYC_DL1, /* delete_line, dl */
TTYC_E3,
TTYC_ECH, /* erase_chars, ec */
TTYC_ED, /* csr_eos, cd */
TTYC_EL, /* clr_eol, ce */
TTYC_EL1, /* clr_bol, cb */
TTYC_ENACS, /* ena_acs, eA */