This commit is contained in:
Christopher Jeffrey 2015-05-07 17:41:59 -07:00
parent e214141ccb
commit 173f62c519
1 changed files with 1 additions and 1 deletions

View File

@ -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: {