lf icon indicating copy to clipboard operation
lf copied to clipboard

Stopped working on Android

Open luisdavim opened this issue 2 years ago • 2 comments

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...

luisdavim avatar Mar 31 '24 16:03 luisdavim

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.

luisdavim avatar Mar 31 '24 17:03 luisdavim

This should fix the issue upstream: https://github.com/gdamore/tcell/pull/719

luisdavim avatar Apr 01 '24 18:04 luisdavim