From 4034dd78eabf2bbdbe52a8ee7772f050bcabe969 Mon Sep 17 00:00:00 2001 From: Nicholas Marriott Date: Mon, 13 May 2019 20:10:24 +0000 Subject: Add support for overline (SGR 53), from Ricardo Banffy. --- usr.bin/tmux/tty-term.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'usr.bin/tmux/tty-term.c') diff --git a/usr.bin/tmux/tty-term.c b/usr.bin/tmux/tty-term.c index e3db804c190..ec44c6ec68e 100644 --- a/usr.bin/tmux/tty-term.c +++ b/usr.bin/tmux/tty-term.c @@ -1,4 +1,4 @@ -/* $OpenBSD: tty-term.c,v 1.63 2019/04/25 19:36:59 nicm Exp $ */ +/* $OpenBSD: tty-term.c,v 1.64 2019/05/13 20:10:23 nicm Exp $ */ /* * Copyright (c) 2008 Nicholas Marriott @@ -252,6 +252,7 @@ static const struct tty_term_code_entry tty_term_codes[] = { [TTYC_SMACS] = { TTYCODE_STRING, "smacs" }, [TTYC_SMCUP] = { TTYCODE_STRING, "smcup" }, [TTYC_SMKX] = { TTYCODE_STRING, "smkx" }, + [TTYC_SMOL] = { TTYCODE_STRING, "Smol" }, [TTYC_SMSO] = { TTYCODE_STRING, "smso" }, [TTYC_SMULX] = { TTYCODE_STRING, "Smulx" }, [TTYC_SMUL] = { TTYCODE_STRING, "smul" }, -- cgit v1.2.3