Turn off blessed tags

js-version
Anton Medvedev 6 years ago
parent d77114d23c
commit 620ca58208

@ -26,7 +26,7 @@ module.exports = function start(input) {
const box = blessed.box({
parent: screen,
tags: true,
tags: false,
left: 0,
top: 0,
width: '100%',
@ -40,7 +40,7 @@ module.exports = function start(input) {
const test = blessed.box({
parent: screen,
hidden: true,
tags: true,
tags: false,
width: '100%',
})

Loading…
Cancel
Save