wok-current rev 5716
busybox: pack blank lines
author | Pascal Bellard <pascal.bellard@slitaz.org> |
---|---|
date | Thu Jun 24 12:07:15 2010 +0200 (2010-06-24) |
parents | 738a9be33f09 |
children | bf2321ae32bd |
files | busybox/stuff/busybox-1.16.1-vcsa2txt.u |
line diff
1.1 --- a/busybox/stuff/busybox-1.16.1-vcsa2txt.u Thu Jun 24 09:47:27 2010 +0200 1.2 +++ b/busybox/stuff/busybox-1.16.1-vcsa2txt.u Thu Jun 24 12:07:15 2010 +0200 1.3 @@ -241,7 +241,7 @@ 1.4 + if (tty_row >= G.width) 1.5 + continue; 1.6 + space_cnt++; 1.7 -+ if (BW && (CHAR(data) | ' ') == ' ') 1.8 ++ if ((G.last_attr == ATTR(data) || BW) && (CHAR(data) | ' ') == ' ') 1.9 + continue; 1.10 + while (linefeed_cnt != 0) { 1.11 + bb_putchar('\r');