aboutsummaryrefslogtreecommitdiff
path: root/tmux.h
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2017-02-07 00:01:13 +0000
committerThomas Adam <thomas@xteddy.org>2017-02-07 00:01:13 +0000
commit9f66fb4fd779640c214df812afcdc0840d851c53 (patch)
treee6af52e531ddb11b607730bd43ed1d921fade9fe /tmux.h
parentdfdc23d86c1cc2ee26173db9c1a209eac736b5ab (diff)
parentd60e585d9e6f01c06b936f550ebf889453a8720f (diff)
downloadrtmux-9f66fb4fd779640c214df812afcdc0840d851c53.tar.gz
rtmux-9f66fb4fd779640c214df812afcdc0840d851c53.tar.bz2
rtmux-9f66fb4fd779640c214df812afcdc0840d851c53.zip
Merge branch 'obsd-master'
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 f865a13b..b8972fd8 100644
--- a/tmux.h
+++ b/tmux.h
@@ -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 */