screen: Remove abstract_ui test in reset_cterm_colors

This commit is contained in:
Thiago de Arruda
2015-01-05 07:39:38 -03:00
parent 4a28785c6e
commit a4525bc523

View File

@@ -5971,7 +5971,7 @@ void screen_stop_highlight(void)
*/ */
void reset_cterm_colors(void) void reset_cterm_colors(void)
{ {
if (abstract_ui || t_colors > 1) { if (t_colors > 1) {
/* set Normal cterm colors */ /* set Normal cterm colors */
if (cterm_normal_fg_color > 0 || cterm_normal_bg_color > 0) { if (cterm_normal_fg_color > 0 || cterm_normal_bg_color > 0) {
out_str(T_OP); out_str(T_OP);