aboutsummaryrefslogtreecommitdiff
path: root/arch
diff options
context:
space:
mode:
authorRon Yorston <rmy@pobox.com>2020-06-04 20:14:55 +0100
committerRon Yorston <rmy@pobox.com>2020-06-04 20:28:45 +0100
commit4a2af48e64b63e266948b9341ef11c6c4e5575b7 (patch)
treed8e0c2c27c59a99ea5a250416e503d3ba09a5545 /arch
parent13c2b7ec49820e368f626acbe0793d075c6da576 (diff)
downloadbusybox-w32-4a2af48e64b63e266948b9341ef11c6c4e5575b7.tar.gz
busybox-w32-4a2af48e64b63e266948b9341ef11c6c4e5575b7.tar.bz2
busybox-w32-4a2af48e64b63e266948b9341ef11c6c4e5575b7.zip
printf: emit more contiguous text to improve escape sequences
Users have a reasonable expectation that printf should be able to construct ANSI escape sequences and have them take effect. This expectation isn't met because printf tends to output one character at a time whereas busybox-w32 needs escape sequences to be output contiguously Force printf to output contiguous text in two cases: - literal text in the format string - string arguments output using the '%b' format specifier (See GitHub issue #189.)
Diffstat (limited to 'arch')
0 files changed, 0 insertions, 0 deletions