1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-19 19:31:49 +03:00
wezterm/wezterm-gui/src
Wez Furlong 79d2f8197b quickselect: select bottom-most match
We don't really know which of the on-screen matches the user was
looking at when they selected the text, but assume that the one
nearest the bottom of the viewport is the one they want to select,
rather than the one closest to the top.

refs: https://github.com/wez/wezterm/issues/2250
2022-07-12 08:17:14 -07:00
..
overlay quickselect: select bottom-most match 2022-07-12 08:17:14 -07:00
scripting add window:toggle_fullscreen() 2022-07-06 23:57:32 -07:00
termwindow ensure that we spawn open calls on a background thread 2022-07-11 08:03:37 -07:00
cache.rs instrument cache hit rates, fix duration histograms 2021-07-07 17:21:18 -07:00
colorease.rs box model: allow for eased colors to be set 2022-06-03 06:58:57 -07:00
commands.rs search mode can now default to searching the selection text 2022-05-21 07:24:50 -07:00
customglyph.rs pane select: allow bg to have alpha channel 2022-05-25 23:25:09 -07:00
download.rs downloader: restructure how we propagate to the gui 2022-03-31 20:06:43 -07:00
frontend.rs lua: make gui_window() reconcile workspace 2022-07-06 18:52:14 -07:00
glyph-frag.glsl gui: move ease/interpolation into shader 2022-06-02 07:10:57 -07:00
glyph-vertex.glsl gui: move ease/interpolation into shader 2022-06-02 07:10:57 -07:00
glyphcache.rs Fix mouse selection including the first character of the next line 2022-06-21 14:52:09 -07:00
inputmap.rs new: exec_domains 2022-07-07 16:38:14 -07:00
main.rs new: exec_domains 2022-07-07 16:38:14 -07:00
markdown.rs deps: image -> 0.24 2022-02-06 18:51:32 -07:00
quad.rs gui: speculative fix for #2068 2022-06-02 21:06:19 -07:00
renderstate.rs gui: allow layers to be allocated for zindex on the fly 2022-05-26 08:32:55 -07:00
scrollbar.rs fix: broken scroll bar after screen is cleared/reset 2022-04-17 08:12:03 -07:00
selection.rs Fix mouse selection including the first character of the next line 2022-06-21 14:52:09 -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 allow parsing attributes from launcher labels 2022-07-08 19:28:33 -07:00
update.rs track dpi in mux and terminal model 2022-06-15 18:54:51 -07:00
utilsprites.rs add cell_width config to scale cell_width 2022-05-21 06:10:03 -07:00