tui.pane_border
tui.pane_border PANE STYLE
Sets the border style of a pane.
Parameters
STYLE:single,double,heavyornone. Any other value drawssingle.
Notes
- A parent pane draws its border only when it was set with this function and there is room for it; leaf panes draw a
singleborder by default. - A border that doesn’t fit (leaf under 3×5 cells) is dropped automatically.
- While the app runs, call
tui.relayoutto apply it; the border changes the content area.
See also: tui.get.border
