mirror of
https://github.com/antonmedv/fx
synced 2024-11-03 15:40:12 +00:00
Turn off blessed tags
This commit is contained in:
parent
d77114d23c
commit
620ca58208
4
fx.js
4
fx.js
@ -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…
Reference in New Issue
Block a user