mirror of
https://github.com/chjj/blessed.git
synced 2026-02-06 11:22:09 +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…
Reference in New Issue
Block a user