-
Notifications
You must be signed in to change notification settings - Fork 412
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
termbox: unsupported terminal with tmux #129
Comments
I'm using tmux with
That's a real issue indeed. We can fork it or switch to another dependency.
That's also a good idea as a quick solution, could you work on it? |
Interestingly enough I have no problems with a locally built version (master and v0.4.0).
Main Problem is the lacking support for italics in
Apparently |
Great, lets do this. Thanks for the info. =] |
Closing this for now, if anyone else has this problem feel free to reopen. |
I'm using tmux with
$TERM
set totmux-256color
, which is the recommended setting to enable italics. Unfortunately termbox does not support this TERM and wuzz panics with the following message:A quick workaround is of course to start wuzz with a differen
$TERM
likeor even set an alias to this. Then wuzz works without problems.
The biggest problem might be, that termbox is not maintained anymore. I don't know, whether this project wants to switch to an alternative, so a more lasting solution might be to switch the term-variable in code in case of tmux. Very hacky, but might work.
The text was updated successfully, but these errors were encountered: