#> env | grep -i term Before starting tmux (in putty): WINDOWMANAGER=xterm COLORTERM=1 TERM=xterm
Inside tmux: WINDOWMANAGER=xterm COLORTERM=1 TERM_PROGRAM=tmux TERM_PROGRAM_VERSION=3.2 TERM=screen -------------------------- WINDOWMANAGER=xterm COLORTERM=1 TERM_PROGRAM=tmux TERM_PROGRAM_VERSION=3.3-rc TERM=screen-256color I worked around the issue by adding this to my tmux.conf: set -g default-terminal "xterm" Am Di., 12. Okt. 2021 um 11:13 Uhr schrieb Nicholas Marriott <[email protected]>: > > New versions will set default-terminal based on what your system supports, > probably it is now set to tmux-256color or screen-256color instead of screen. > > On Tue, 12 Oct 2021 at 08:57, Alexander Bieser <[email protected]> > wrote: >> >> Hi, >> >> I use tmux (in putty) several hours each working day. Thanks for >> development, I like it a lot. >> >> Issue: >> Vim has :colorscheme slate and I edit python files. >> In 3.2 everything is ok. >> Starting with 3.3-rc the colors have changed from yellow numbers to red ones. >> If I exit tmux or use 3.2 again, everything looks good again (yellow >> numbers). >> >> Maybe there is a bug? >> >> Thanks, >> Alexander >> >> -- >> You received this message because you are subscribed to the Google Groups >> "tmux-users" group. >> To unsubscribe from this group and stop receiving emails from it, send an >> email to [email protected]. >> To view this discussion on the web, visit >> https://groups.google.com/d/msgid/tmux-users/CACjjz84jDnH4rCjvp3mOY87y%2BMwPcrE3g%2BmkYgJWqe1g%2B3DGWQ%40mail.gmail.com. -- You received this message because you are subscribed to the Google Groups "tmux-users" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web, visit https://groups.google.com/d/msgid/tmux-users/CACjjz85rj__r7ygjpcScJAt3xJ5yvNm5AFg2A15%3DBeyuHT6Mfw%40mail.gmail.com.
