1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-20 00:15:31 +00:00

[terminfo] strike

This commit is contained in:
Witold Filipczyk 2023-08-25 20:23:01 +02:00
parent c9fd41588f
commit 524b4e0469

View File

@ -61,7 +61,7 @@ terminfo_set_underline(int arg)
const char *
terminfo_set_strike(int arg)
{
char *res = tiparm(arg ? enter_underline_mode : exit_underline_mode);
char *res = tigetstr(arg ? "smxx" : "rmxx");
return res ?: "";
}