lf
lf copied to clipboard
Stopped working on Android
I hadnt't updated teh binary in a while so I'm not sure what version I was on before but after getting the latest one with go install I started getting the following:
$ lf
2024/03/31 16:48:17 creating screen: terminal type unsupported
I had been using lf on termux for a long time...
After some testing the issue seems to be with github.com/gdamore/tcell and tmux, not termux, setting TERM=screen-256color instead of TERM=tmux-256color seems to get around the issue.
This should fix the issue upstream: https://github.com/gdamore/tcell/pull/719