mirror of
https://github.com/rkd77/elinks.git
synced 2025-01-03 14:57:44 -05:00
Merge pull request #6 from aelmahmoudy/dont_underline_unselected_forms
Dont underline unselected forms
This commit is contained in:
commit
addd051c97
@ -357,6 +357,7 @@ get_format_screen_char(struct html_context *html_context,
|
||||
schar_cache.attr ^= SCREEN_ATTR_UNSEARCHABLE;
|
||||
}
|
||||
if (link_state != LINK_STATE_NONE
|
||||
&& !format.form
|
||||
&& html_context->options->underline_links) {
|
||||
schar_cache.attr |= SCREEN_ATTR_UNDERLINE;
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user