mirror of
https://github.com/Llewellynvdm/conky.git
synced 2025-01-27 09:08:25 +00:00
Fix $scroll only scrolls once
This commit is contained in:
parent
e292dd5e28
commit
7025477402
@ -110,7 +110,7 @@ void print_scroll(struct text_object *obj, char *p, int p_max_size, struct infor
|
||||
visibcolorchanges++;
|
||||
}
|
||||
//if there is still room fill it with spaces
|
||||
if( ! p[j]) return;
|
||||
if( ! p[j]) break;
|
||||
}
|
||||
for(; j < sd->show + visibcolorchanges; j++) {
|
||||
p[j] = ' ';
|
||||
|
Loading…
x
Reference in New Issue
Block a user