mirror of
https://github.com/rkd77/elinks.git
synced 2024-12-04 14:46:47 -05:00
Do not underline forms (unless selected).
This commit is contained in:
parent
468e7aaff9
commit
49988d305f
@ -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