rndusr / stig

TUI and CLI for the BitTorrent client Transmission
GNU General Public License v3.0
554 stars 24 forks source link

Torrents not highlighted when using tmux #125

Closed Steap closed 4 years ago

Steap commented 4 years ago

When running stig inside a terminal I get the following screen:

stig-outside-of-tmux

When running stig inside a tmux session, I get the following screen:

stig-inside-of-tmux

The currently selected torrent is not highlighted (its background color is not the usual gray), but I can still navigate "blindly" through the list using 'j' and 'k'.

This was tested with both stig 0.10.1a0 (from PyPI) and the master branch (49b864f9a1ab98179c9e216c20093988991b1ac2).

The behaviour is correct when using GNU screen.

rndusr commented 4 years ago

I think the best fix would be to make a theme for tmux.

I'm planning on switching to a different TUI library, so I'm not going to investigate this.

Steap commented 4 years ago

Let's close this bug then :)