fix widget-pos test.
This commit is contained in:
parent
0b4d70a207
commit
20dce38741
|
@ -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%',
|
||||
|
|
Loading…
Reference in New Issue