fix widget-pos test.

This commit is contained in:
Christopher Jeffrey 2015-01-15 13:29:46 -08:00
parent 0b4d70a207
commit 20dce38741
1 changed files with 1 additions and 0 deletions

View File

@ -9,6 +9,7 @@ screen = blessed.screen({
// My terminal size at the time of writing these tests:
screen.program.cols = 154;
screen.program.rows = 19;
screen.alloc();
var main = blessed.box({
//width: '75%',