You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
What Operating System(s) are you seeing this problem on?
Linux X11
Which Wayland compositor or X11 Window manager(s) are you using?
i3 x11
WezTerm version
wezterm 20240915-153243-2d0c5cdd
Did you try the latest nightly build to see if the issue is better (or worse!) than your current version?
Yes, and I updated the version box above to show the version of the nightly that I tried
Describe the bug
After downloading and compiling the terminfo entry for wezterm and putting it to ~/.terminfo, restarting wezterm will yield a bash prompt without colors. Also, there's weird behavior when exiting neovim (the exit seemingly doesn't happen, the buffer view just stays on the screen and is slowly moved up with every new line of the prompt).
To Reproduce
I'm working on ubuntu 22.04. I don't have an entry of wezterm in terminfo. To reassure myself I did
infocmp wezterm
which yields:
infocmp: couldn't open terminfo file /usr/share/terminfo/w/wezterm.
What Operating System(s) are you seeing this problem on?
Linux X11
Which Wayland compositor or X11 Window manager(s) are you using?
i3 x11
WezTerm version
wezterm 20240915-153243-2d0c5cdd
Did you try the latest nightly build to see if the issue is better (or worse!) than your current version?
Yes, and I updated the version box above to show the version of the nightly that I tried
Describe the bug
After downloading and compiling the terminfo entry for wezterm and putting it to
~/.terminfo
, restarting wezterm will yield a bash prompt without colors. Also, there's weird behavior when exiting neovim (the exit seemingly doesn't happen, the buffer view just stays on the screen and is slowly moved up with every new line of the prompt).To Reproduce
I'm working on ubuntu 22.04. I don't have an entry of wezterm in terminfo. To reassure myself I did
which yields:
Then I followed the steps described here:
https://wezfurlong.org/wezterm/config/lua/config/term.html
Now infocmp finds wezterm:
so I thought I was ready to set
config.term = "wezterm" in the config file
but then it goes from this:
to this:
So the colors are absent. This is just one example, in general the terminal seems to completely misbehave..
Configuration
Expected Behavior
Colors are shown and everything is nice(r) :>
Logs
Debug Overlay
wezterm version: 20240915-153243-2d0c5cdd x86_64-unknown-linux-gnu
Window Environment: X11 i3
Lua Version: Lua 5.4
OpenGL: Mesa Intel(R) Graphics (ADL GT2) 4.6 (Compatibility Profile) Mesa 23.2.1-1ubuntu3.1~22.04.2
Enter lua statements or expressions and hit Enter.
Press ESC or CTRL-D to exit
21:29:53.378 ERROR wezterm_mux_server_impl::local > writing pdu data buffer: Broken pipe (os error 32)
Anything else?
No response
The text was updated successfully, but these errors were encountered: