mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
[terminfo] strike
This commit is contained in:
parent
c9fd41588f
commit
524b4e0469
@ -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 ?: "";
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user