Qix- / better-exceptions

Pretty and useful exceptions in Python, automatically.
MIT License
4.59k stars 202 forks source link

TERM setting of tmux-256color vs screen… #103

Closed kierun closed 3 years ago

kierun commented 4 years ago

I run tmux 3.1 and have set a few TERM: with export TERM=tmux-256color, I get no colour support in traces, whereas with TERM=screen I get all the nifty colours.

Here is screenshot:

screenshot

ghost commented 3 years ago

Any update on this?

Qix- commented 3 years ago

@ygworldr https://blog.sindresorhus.com/issue-bumping-e3b9740e2a0

kierun commented 3 years ago

export TERM=tmux works fine as a work around. The terminal setting appears to support 256 colours. Meh, not ideal but it works…