blessed-contrib icon indicating copy to clipboard operation
blessed-contrib copied to clipboard

Tree template is not working

Open xeroxstar opened this issue 3 years ago • 0 comments

Hello, I am tiring to remove lines from the tree but it's has no effect, here is my code:

const table = grid.set(0, 0, 12, 3, contrib.tree, {
            label      : 'Terminal',
            fg         : 'white',
            selectedFg : 'yellow',
            selectedBg : 'black',
            template   : {
                lines  : false
            }
})

Thank you

xeroxstar avatar Aug 06 '21 00:08 xeroxstar