antonmedv / countdown

Terminal countdown timer
MIT License
1.06k stars 108 forks source link

Fix termbox in tmux #30

Closed yonas closed 1 year ago

yonas commented 1 year ago

Fix termbox in tmux by setting TERM environment variable to "xterm-color".

Mine happens to be tmux-256color, which termbox doesn't support.

antonmedv commented 1 year ago

Such fix should go to termbox instead.