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

Grid options.hideBorder

Open eperry opened this issue 7 years ago • 0 comments

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)

eperry avatar Feb 04 '18 18:02 eperry