Wez Furlong

Results 893 comments of Wez Furlong

if the issue only reproduces at a certain screen size, then record at that size. The important thing is to not resize while recording.

What is currently supported is this behavior: * If selection_fg is `none` (fully transparent), then the original text foreground color is used * otherwise, the selection_fg is used The alpha...

https://github.com/wez/wezterm/issues/484#issue-807875301 shows an env var that can be used to force mesa's EGL drivers in wayland mode.

nvidia and wayland still don't really mix: it's very slowly getting better, but there are hiccups: in the past month the nvidia drivers stopped working for me even under X...

I'm going to close this because I think the original crash was #1727 and that has been resolved.

Searching for that error message leads to: * This issue in mesa: https://gitlab.freedesktop.org/mesa/mesa/-/issues/2220 * which leads to this issue in mutter: https://gitlab.gnome.org/GNOME/mutter/-/issues/987 * which leads to this issue in mpv:...

How are you making the window full-screen? Using a function in mutter or using [ToggleFullScreen](https://wezfurlong.org/wezterm/config/lua/keyassignment/ToggleFullScreen.html), or something else?

Your English is fine! Window titlebar rendering is platform dependent; WezTerm doesn't render that explicitly in its own code. You can disable the titlebar using https://wezfurlong.org/wezterm/config/lua/config/window_decorations.html if you wish, and...