Wez Furlong

Results 893 comments of Wez Furlong

Thanks for this! I finally had some time to look over this and try it out! Let's talk about the scrollbar width :-) Having the width set to a fraction...

Can you share a bit more about the workflow in which you want it to be explicitly blank? That might inform how to deal with this!

Thanks! In the mean time, you can use CTRL-u to clear the pattern. I have a local development branch which restructures the scrollback data structures and dramatically improves search performance;...

I've made a couple of changes in master and updated the example. I haven't published this version to crates.io yet. https://github.com/wez/wezterm/blob/main/pty/examples/whoami.rs

Probably the same underlying issue as https://github.com/wez/wezterm/issues/1906 (both X11 and Wayland use the same low level keyboard layer)

As mentioned in https://wezfurlong.org/wezterm/config/fonts.html#font-related-configuration, wezterm ships with Noto Color Emoji as its default emoji font. You can specify your own preference using `wezterm.font_with_fallback` as described in https://wezfurlong.org/wezterm/config/lua/wezterm/font_with_fallback.html Note that you...

I pushed f2f2b8389 which is a subset of this; just the bits that make middle clicking trigger the prompt according to the established rules for closing tabs with confirmation. I...

I'd be inclined to use the existing semantic zones concept (OSC 133, described in https://gitlab.freedesktop.org/Per_Bothner/specifications/blob/master/proposals/semantic-prompts.md which also originates from DomTerm) to demark the input region, then "simply" use that to...

My educated guess is that warp use OSC 133 style escapes that indicate when a prompt is in use, and then they replace your shell prompt with their own editor....

To be clear: I personally have very little interest in building an alternative editor for this sort of thing, as there are a lot of complexities and product surface: the...