mirror of
https://github.com/rkd77/elinks.git
synced 2025-02-02 15:09:23 -05:00
Trim trailing whitespaces.
This commit is contained in:
parent
6cc441f34a
commit
11564e255c
@ -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) {
|
||||
|
@ -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);
|
||||
}
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user