mirror of
https://github.com/embarklabs/neo-blessed.git
synced 2025-02-07 08:33:21 +00:00
do not default to program.global.
This commit is contained in:
parent
ee31799e7f
commit
86fb0582cc
@ -42,7 +42,7 @@ function Screen(options) {
|
||||
options = { program: options };
|
||||
}
|
||||
|
||||
this.program = options.program || program.global;
|
||||
this.program = options.program;
|
||||
|
||||
if (!this.program) {
|
||||
this.program = program({
|
||||
|
Loading…
x
Reference in New Issue
Block a user