rutui
rutui copied to clipboard
Ruby Textbased User Interface
When running on Ubuntu, inside a tmux session, I am getting this error: ``` Unsupported terminal 'screen'. ``` When running this code: ```ruby require 'rutui' screen = RuTui::Screen.new ``` Is...
The border is off by one cell.
See https://en.wikipedia.org/wiki/Box-drawing_character for the tables that show these characters. This is not really a big deal, but if you think this is nice to have, then I'd like to merge...
This extra character causes the table column titles to have an extra character for the first column. You can see an example of this in the sortable-table example.