Turn off blessed tags

This commit is contained in:
Anton Medvedev 2018-11-08 09:48:06 +07:00
parent d77114d23c
commit 620ca58208

4
fx.js
View File

@ -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%',
})