japhb / Terminal-Widgets

Simple Raku widgets for full-screen TUIs
Artistic License 2.0
4 stars 3 forks source link

Extend BoxModel to collapse framing as requested #12

Open japhb opened 7 months ago

japhb commented 7 months ago

(Split out from #11 because there's a lot to think about here.)

patrickbkr commented 7 months ago

There even exist double border chars (I surely haven't picked all the right ones from https://en.wikipedia.org/wiki/Box-drawing_character, but the idea should be clear):

┌─╥─┐ 
│ ║ │   
└─╨─┘

Also it should be possible to define collapsing rules for the screen border (i.e. no border at the screen edge).