cointop-sh / cointop

A fast and lightweight interactive terminal based UI application for tracking cryptocurrencies 🚀
https://cointop.sh
Apache License 2.0
3.94k stars 309 forks source link

unable to run in Tmux #315

Open v1sages opened 1 year ago

v1sages commented 1 year ago

Hello,

I didn't see anything on the wiki about this, please advise or close if this is a system-related issue, not actually a bug in the project. I am using an unmodified config.toml file and have replicated the issue when using both termbox and the termbox2-git instsalled on my system. When in a Tmux session, I run the command cointop and I receive the error: termbox: error while reading terminfo data: termbox: unsupported terminal

Happy to provide system info as required.

terminaldweller commented 1 year ago

in case anybody else is having this issue a simple TERM=screen-256color cointop should do the trick. It is complaining that it does not recognize termbox so telling it to use another terminal emulator's terminfo should get it to run.