summaryrefslogtreecommitdiffstats
path: root/tty-term.c
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 /tty-term.c
parentdfdc23d86c1cc2ee26173db9c1a209eac736b5ab (diff)
parentd60e585d9e6f01c06b936f550ebf889453a8720f (diff)
Merge branch 'obsd-master'
Diffstat (limited to 'tty-term.c')
-rw-r--r--tty-term.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tty-term.c b/tty-term.c
index 0fcf5205..10475d04 100644
--- a/tty-term.c
+++ b/tty-term.c
@@ -87,6 +87,7 @@ static const struct tty_term_code_entry tty_term_codes[] = {
[TTYC_DL1] = { TTYCODE_STRING, "dl1" },
[TTYC_E3] = { TTYCODE_STRING, "E3" },
[TTYC_ECH] = { TTYCODE_STRING, "ech" },
+ [TTYC_ED] = { TTYCODE_STRING, "ed" },
[TTYC_EL] = { TTYCODE_STRING, "el" },
[TTYC_EL1] = { TTYCODE_STRING, "el1" },
[TTYC_ENACS] = { TTYCODE_STRING, "enacs" },