ab5tract / Terminal-Print

Terminal::Print is a pure Raku layer for printing to terminal screens
Other
25 stars 18 forks source link

Add tmux as valid `$TERM` types #54

Closed ghost closed 6 years ago

ghost commented 6 years ago

tmux pretends it's screen by default, but also has its own terminfo which is a superset of that (more keyboard input escapes, mainly).

ab5tract commented 6 years ago

Apologies for the delay, and thanks for the patch!