michael-lazar / rtv

Browse Reddit from your terminal
MIT License
4.64k stars 274 forks source link

Texts become messy when scrolled up after scrolling down a bit using tmux. #662

Closed aasutossh closed 5 years ago

aasutossh commented 5 years ago

See the following image: 2019-03-10-114045_1366x768_scrot

Without tmux it is fine.(is this tmux issue?) A bit irritating. I am using termite. rtv is installed from official repo of manjaro using pacman. rtv version is rtv 1.24.0. echo $TERM spits xterm-termite inside tmux.

michael-lazar commented 5 years ago

Yes this is a tmux issue, see the tmux FAQ. In short, you shouldn't be overriding your TERM to xterm-termite when running inside tmux. There's no way to fix this in RTV (that I've found), without breaking other, valid terminal configurations.

aasutossh commented 5 years ago

Okay. No benefit in keeping this issue opened.