diff options
author | Thomas Adam <thomas@xteddy.org> | 2017-02-07 00:01:13 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2017-02-07 00:01:13 +0000 |
commit | 9f66fb4fd779640c214df812afcdc0840d851c53 (patch) | |
tree | e6af52e531ddb11b607730bd43ed1d921fade9fe /tmux.h | |
parent | dfdc23d86c1cc2ee26173db9c1a209eac736b5ab (diff) | |
parent | d60e585d9e6f01c06b936f550ebf889453a8720f (diff) | |
download | rtmux-9f66fb4fd779640c214df812afcdc0840d851c53.tar.gz rtmux-9f66fb4fd779640c214df812afcdc0840d851c53.tar.bz2 rtmux-9f66fb4fd779640c214df812afcdc0840d851c53.zip |
Merge branch 'obsd-master'
Diffstat (limited to 'tmux.h')
-rw-r--r-- | tmux.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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 */ |