mirror of
https://github.com/chjj/blessed.git
synced 2026-02-06 11:22:09 +00:00
test.
This commit is contained in:
parent
e214141ccb
commit
173f62c519
@ -14,7 +14,7 @@ var layout = blessed.layout({
|
||||
width: '50%',
|
||||
height: '50%',
|
||||
border: 'line',
|
||||
layout: 'inline',
|
||||
layout: process.argv[2] === 'grid' ? 'grid' : 'inline',
|
||||
style: {
|
||||
bg: 'red',
|
||||
border: {
|
||||
|
||||
Loading…
Reference in New Issue
Block a user