diff options
author | Thomas Adam <thomas@xteddy.org> | 2021-02-05 14:01:23 +0000 |
---|---|---|
committer | Thomas Adam <thomas@xteddy.org> | 2021-02-05 14:01:23 +0000 |
commit | 39904f7fc6e64356fe23de6264d5b03bec280d75 (patch) | |
tree | 0794a32b596d10982f8987453b08f3578a18858a /tty-term.c | |
parent | e3d71d9bdfa31fb658794759f07af43d53253e5f (diff) | |
parent | 3dddc11603b1bd66b5586b47795716e87921a096 (diff) | |
download | rtmux-39904f7fc6e64356fe23de6264d5b03bec280d75.tar.gz rtmux-39904f7fc6e64356fe23de6264d5b03bec280d75.tar.bz2 rtmux-39904f7fc6e64356fe23de6264d5b03bec280d75.zip |
Merge branch 'obsd-master' into master
Diffstat (limited to 'tty-term.c')
-rw-r--r-- | tty-term.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -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" }, |