1
0
mirror of https://github.com/rkd77/elinks.git synced 2024-06-27 01:25:34 +00:00

Trim trailing whitespaces.

This commit is contained in:
Laurent MONIN 2005-10-20 10:09:19 +02:00 committed by Laurent MONIN
parent 6cc441f34a
commit 11564e255c
2 changed files with 3 additions and 3 deletions

View File

@ -147,7 +147,7 @@ set_screen_char_color(struct screen_char *schar,
set_term_color(schar, &colors, color_flags, color_mode);
}
static int
realloc_line(struct html_context *html_context, struct document *document,
int y, int length)
@ -365,7 +365,7 @@ get_format_screen_char(struct html_context *html_context,
set_screen_char_color(&schar_cache, format.style.bg, format.style.fg,
html_context->options->color_flags,
html_context->options->color_mode);
if (html_context->options->display_subs) {
if (format.style.attr & AT_SUBSCRIPT) {
if (format.style.attr & AT_UPDATE_SUB) {

View File

@ -166,7 +166,7 @@ really_close_tab(struct session *ses)
switch_to_tab(term, term->current_tab - 1, num_tabs - 1);
}
delete_window(ses->tab);
}