1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-19 11:21:39 +03:00
wezterm/wezterm-gui/src
Wez Furlong 96c4e7e9b9 Switch to finl_unicode for grapheme clustering
According to its benchmarks, it's almost 2x faster than
unicode_segmentation.  It doesn't appear to make a visible
difference to `time cat bigfile`, but I'll take anything
that gives more headroom for such little effort of switching.
2022-09-10 07:15:49 -07:00
..
overlay Search incrementally in chunks of 1000 lines, show progress 2022-09-05 09:21:20 -07:00
scripting Add wezterm.gui.default_key_tables() 2022-09-07 10:21:54 -07:00
termwindow Switch to finl_unicode for grapheme clustering 2022-09-10 07:15:49 -07:00
cache.rs Add config options to control various cache sizes 2022-09-09 07:30:53 -07:00
colorease.rs treat Constant ease-in-and-out as equivalent to "1 fps" case 2022-08-23 08:29:57 -07:00
commands.rs Add CharSelect modal for emoji/nerdfont/unicode input 2022-08-31 18:15:28 -07:00
customglyph.rs termwiz: add clustered line storage for line 2022-07-23 12:03:00 -07:00
download.rs downloader: restructure how we propagate to the gui 2022-03-31 20:06:43 -07:00
frontend.rs mux: adjust window size after attach 2022-08-05 07:53:44 -07:00
glyph-frag.glsl revise how uniforms are passed to shader 2022-08-22 10:22:00 -07:00
glyph-vertex.glsl gui: move ease/interpolation into shader 2022-06-02 07:10:57 -07:00
glyphcache.rs Add config options to control various cache sizes 2022-09-09 07:30:53 -07:00
inputmap.rs Add wezterm.gui.default_key_tables() 2022-09-07 10:21:54 -07:00
main.rs ls-fonts: cut over to glyphcache's rasterizer 2022-09-08 19:16:26 -07:00
markdown.rs deps: image -> 0.24 2022-02-06 18:51:32 -07:00
quad.rs move shape & quad caching to hang off Line appdata 2022-08-26 21:49:33 -07:00
renderstate.rs Add config options to control various cache sizes 2022-09-09 07:30:53 -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 Adjust render caching; switch to LFU caches from LRU 2022-08-28 10:28:26 -07:00
stats.rs lua: expose metrics to lua 2022-07-26 22:33:52 -07:00
tabbar.rs Switch to finl_unicode for grapheme clustering 2022-09-10 07:15:49 -07:00
unicode_names.rs Add CharSelect modal for emoji/nerdfont/unicode input 2022-08-31 18:15:28 -07:00
uniforms.rs revise how uniforms are passed to shader 2022-08-22 10:22:00 -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