mirror of
https://github.com/embarklabs/neo-blessed.git
synced 2025-01-10 19:16:20 +00:00
fix printf.
This commit is contained in:
parent
b71203be18
commit
49a8f59091
@ -1137,7 +1137,7 @@ function sprintf(src) {
|
|||||||
|
|
||||||
if (opt.space) {
|
if (opt.space) {
|
||||||
if (!opt.signs && +initial >= 0) {
|
if (!opt.signs && +initial >= 0) {
|
||||||
param = ' ' + param;
|
pre += ' ';
|
||||||
}
|
}
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
x
Reference in New Issue
Block a user