1
0
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:
Yozo Hida 2009-05-11 13:20:48 -04:00 committed by أحمد المحمودي (Ahmed El-Mahmoudy)
parent 468e7aaff9
commit 49988d305f

View File

@ -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;
}