Emil Belardo <[email protected]> writes: > Hello pudb, > > Congratulations on an excellent application! > > Having said that, I am emailing to report a slight issue regarding pudb in > tmux. When I launch pudb in tmux, the background color of the title bars > seems to cut off at the last text in the bar instead of stretching to the > rightmost end (see attached screenshot). > > Has anyone else noticed this? Could there possibly be a workaround? > > If not, I suppose I can live with it.
That's an urwid bug: https://github.com/wardi/urwid/issues/33 (as you can tell, that issue has been annoying me, too) I've just implemented a workaround that falls back to the urwid curses display driver if it deems doing so appropriate. (the display driver is set to "auto", $TERM doesn't start with "xterm" and curses is available.) Since there's a trade-off there (the curses backend doesn't support fancy highlighting, for instance), the display backend is now also configurable. This is now in git. I'd much appreciate if you (and whoever else reads this) could give this code a whirl and see if works. If so, I'll push out a new version. Andreas
pgptr9tvBhZsB.pgp
Description: PGP signature
_______________________________________________ Pudb mailing list [email protected] http://lists.tiker.net/listinfo/pudb
