summaryrefslogtreecommitdiffstats
path: root/tty-term.c
diff options
context:
space:
mode:
authorThomas Adam <thomas@xteddy.org>2021-02-05 14:01:23 +0000
committerThomas Adam <thomas@xteddy.org>2021-02-05 14:01:23 +0000
commit39904f7fc6e64356fe23de6264d5b03bec280d75 (patch)
tree0794a32b596d10982f8987453b08f3578a18858a /tty-term.c
parente3d71d9bdfa31fb658794759f07af43d53253e5f (diff)
parent3dddc11603b1bd66b5586b47795716e87921a096 (diff)
Merge branch 'obsd-master' into 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 ec8302a6..ad6a5567 100644
--- a/tty-term.c
+++ b/tty-term.c
@@ -61,6 +61,7 @@ static const struct tty_term_code_entry tty_term_codes[] = {
[TTYC_AX] = { TTYCODE_FLAG, "AX" },
[TTYC_BCE] = { TTYCODE_FLAG, "bce" },
[TTYC_BEL] = { TTYCODE_STRING, "bel" },
+ [TTYC_BIDI] = { TTYCODE_STRING, "Bidi" },
[TTYC_BLINK] = { TTYCODE_STRING, "blink" },
[TTYC_BOLD] = { TTYCODE_STRING, "bold" },
[TTYC_CIVIS] = { TTYCODE_STRING, "civis" },