mirror of
https://github.com/embarklabs/neo-blessed.git
synced 2025-01-11 03:25:45 +00:00
enable autoPadding by default. see #114.
This commit is contained in:
parent
51c3d88a69
commit
4419794991
@ -282,7 +282,7 @@ function Screen(options) {
|
||||
|
||||
Node.call(this, options);
|
||||
|
||||
this.autoPadding = options.autoPadding;
|
||||
this.autoPadding = options.autoPadding !== false;
|
||||
this.tabc = Array((options.tabSize || 4) + 1).join(' ');
|
||||
|
||||
this.ignoreLocked = options.ignoreLocked || [];
|
||||
|
Loading…
x
Reference in New Issue
Block a user