blessed-contrib
blessed-contrib copied to clipboard
Grid options.hideBorder
I had the need to have one object with a different border or more to the fact. no Border
Since
options = utils.MergeRecursive(options, opts)
makes a merge copy of the this.options and overwrites any value with opts there should be no problem
- if (!this.options.hideBorder)
- if (!options.hideBorder)