%{S}: don't clear other outputs

When asking lemonbar to display text to a given ouput with %{S}, don't clear
all outputs first in order to render the text.  The output will persist on
the other outputs until other text is rendered there.
This commit is contained in:
Thomas Adam 2015-07-26 16:04:03 +01:00
parent 0ff78b6c42
commit 89010c508d
1 changed files with 1 additions and 0 deletions

View File

@ -666,6 +666,7 @@ parse (char *text)
p++;
pos_x = 0;
fill_rect(cur_mon->pixmap, gc[GC_CLEAR], 0, 0, cur_mon->width, bh);
break;
case 'O':
errno = 0;