nemomobile / fingerterm

12 stars 29 forks source link

256 color support #48

Closed bzar closed 9 years ago

bzar commented 9 years ago

According to tput colors, fingerterm currently only supports 8 colors. While this is certainly enough for most tasks, many console oriented applications would benefit from having access to a wider palette. Any possibility of adding support for 256 colors?

bzar commented 9 years ago

TERM=xterm-256color in environment fixed this, should've tried first.

Kabouik commented 4 years ago

In SFOS, if I use anything else than export TERM=xterm-color in my ~/.bash_profile, Fingerterm refreshing will be totally garbled in many CLI tools. The most obvious are nano and cmus from what I tested so far, so I'm stuck with 8 colours and the fix is not 100% working (it improves the refreshing issue a lot though).