-
-
Notifications
You must be signed in to change notification settings - Fork 310
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
tcell panic on TERM=xterm-termite #391
Comments
termbox is no longer maintained and was causing problems for Windows users. Unfortunately tcell panics on TERM=xterm-termite, although TERM=termite, TERM=xterm, and TERM=screen work fine. See gdamore/tcell#391
the same issue with tmux-256colors
|
I will fix, I just haven't had enough time to look at it yet. Probably in the next day or two. |
There are two problems here.
Stay tuned. |
tmux-256color must not be defined in your terminfo -- likewise xterm-termite. They are not in my terminfo, and that's probably part of the problem. |
without tmux-256color italic font doesn't work in my vim. my default TERM is xterm-256color (outside of the tmux) and everything works well. I would appreciate if you give me some advice or workaround to fix this issue without losing italic lettering |
That sounds like a vim problem. Not tcell.
Get Outlook<https://aka.ms/qtex0l> for iOS
…________________________________
From: Taras Halturin <notifications@github.com>
Sent: Wednesday, October 14, 2020 3:29:21 AM
To: gdamore/tcell <tcell@noreply.github.com>
Cc: gdamore <garrett@damore.org>; State change <state_change@noreply.github.com>
Subject: Re: [gdamore/tcell] tcell panic on TERM=xterm-termite (#391)
without tmux-256color italic font doesn't work in my vim. my default TERM is xterm-256color (outside of the tmux) and everything works well. I would appreciate if you give me some advice or workaround to fix this issue without losing italic lettering
—
You are receiving this because you modified the open/close state.
Reply to this email directly, view it on GitHub<#391 (comment)>, or unsubscribe<https://github.com/notifications/unsubscribe-auth/AAJ4G7LXQYDJUXOKPW6JWVDSKV4QDANCNFSM4SCW6EKA>.
|
Any plans to fix this?
xterm-termite
is what my termite uses by default, and tcell panics on it:I see that
xterm-termite
had a terminfo added in 2efc922, but I guess it was lost in the fix to #301?TERM=termite
works fine.The text was updated successfully, but these errors were encountered: