You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
There exists 'border docking' functionality in Crysterm where overlapping/crossing borders are replaced with a more suitable character that joins them more seamlessly.
An example can be seen in examples/chat.cr on the bottom-right. (Can try the example with dock_borders: false to see the difference).
Similar functionality would be required for Line widgets as well. See test/widget-line.cr.
Docking functionality should be extracted into a reusable component, and then use it separately for borders and line widgets.
The text was updated successfully, but these errors were encountered:
There exists 'border docking' functionality in Crysterm where overlapping/crossing borders are replaced with a more suitable character that joins them more seamlessly.
An example can be seen in
examples/chat.cr
on the bottom-right. (Can try the example withdock_borders: false
to see the difference).Similar functionality would be required for Line widgets as well. See
test/widget-line.cr
.Docking functionality should be extracted into a reusable component, and then use it separately for borders and line widgets.
The text was updated successfully, but these errors were encountered: