From 86fb0582cc4b66ade11f5f641ee44a6f63ec9aa6 Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Wed, 5 Aug 2015 03:49:41 -0700 Subject: [PATCH] do not default to program.global. --- lib/widgets/screen.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/widgets/screen.js b/lib/widgets/screen.js index ca2598c..2b37370 100644 --- a/lib/widgets/screen.js +++ b/lib/widgets/screen.js @@ -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({