VladimirMarkelov / clui

Command Line User Interface (Console UI inspired by TurboVision)
MIT License
670 stars 50 forks source link

Allow for No Border on Window #108

Closed mdhorn closed 6 years ago

mdhorn commented 6 years ago

Keeps current API as-is by defaulting to the new BorderAuto BorderStyle which keeps the default borders on Windows and defaults on none on Frames.

Allows setting a Window Border to BorderNone for a frameless Window.

Signed-off-by: Mark D Horn mark.d.horn@intel.com

VladimirMarkelov commented 6 years ago

Thank you for your patch! In the first draft I had no-border Windows but I have not included the feature in the next releases. It seems I should have include it because people needs it :)