mirror of
https://github.com/tmux/tmux.git
synced 2025-09-01 20:57:00 +00:00
Add support for overline (SGR 53), from Ricardo Banffy.
This commit is contained in:
@ -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" },
|
||||
|
Reference in New Issue
Block a user