1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-26 06:42:12 +03:00
wezterm/wezterm-gui/src
Wez Furlong 107d3d2378 search mode can now default to searching the selection text
To do this, we split `Pattern` into the underlying pattern for the mux
layer (which is part of the codec), and another for the config layer,
so that we can specify this new mode.

At the gui layer, we translate the selection variant into the actual
selection text and map it to the mux Pattern enum.

When taking the selection text, we restrict it to just the first line.

refs: https://github.com/wez/wezterm/issues/1912
2022-05-21 07:24:50 -07:00
..
overlay copy/search mode: change scope of saved search to be per-tab 2022-05-21 06:45:26 -07:00
scripting config: cut over to wezterm-dynamic 2022-05-18 07:47:39 -07:00
termwindow search mode can now default to searching the selection text 2022-05-21 07:24:50 -07:00
cache.rs instrument cache hit rates, fix duration histograms 2021-07-07 17:21:18 -07:00
colorease.rs Add separate animation_fps config for easing 2022-02-07 23:02:52 -07:00
commands.rs search mode can now default to searching the selection text 2022-05-21 07:24:50 -07:00
customglyph.rs add cell_width config to scale cell_width 2022-05-21 06:10:03 -07:00
download.rs downloader: restructure how we propagate to the gui 2022-03-31 20:06:43 -07:00
frontend.rs wayland: avoid noisy panic-within-panic on shutdown 2022-05-20 07:54:00 -07:00
glyph-frag.glsl fix typo is commented out portion of shader 2021-12-22 21:03:19 -07:00
glyph-vertex.glsl gui: remove adjust from vertex 2022-01-01 08:11:10 -07:00
glyphcache.rs fonts: adjust descender for scaled fallback fonts 2022-04-03 09:39:48 -07:00
inputmap.rs rectangular selection: add option to select with Alt+Shift 2022-05-16 19:43:30 -07:00
main.rs feed unicode version config through to Line for ls-fonts 2022-04-19 21:12:21 -07:00
markdown.rs deps: image -> 0.24 2022-02-06 18:51:32 -07:00
quad.rs gui: remove adjust from vertex 2022-01-01 08:11:10 -07:00
renderstate.rs gui: remove adjust from vertex 2022-01-01 08:11:10 -07:00
scrollbar.rs fix: broken scroll bar after screen is cleared/reset 2022-04-17 08:12:03 -07:00
selection.rs rectangular selection: fix selection 2022-05-16 19:43:30 -07:00
shapecache.rs feed unicode version config through to Line for ls-fonts 2022-04-19 21:12:21 -07:00
stats.rs improve some of our counters/stats 2022-01-10 17:59:53 -07:00
tabbar.rs config: split out lua functions into their own crates 2022-05-19 06:48:09 -07:00
update.rs mux: pass current window_id to Domain::attach 2022-04-17 18:07:58 -07:00
utilsprites.rs add cell_width config to scale cell_width 2022-05-21 06:10:03 -07:00