Wez Furlong
b1faba9d8a
deps: upgrade finl_unicode to 1.2
2022-10-23 12:07:00 -07:00
Wez Furlong
85db555b37
deps: update finl_unicode
2022-09-16 07:47:33 -07:00
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
Wez Furlong
742fe5f462
wezterm.format: now supports rgba colors
...
```
> wezterm.format{{Background={Color="rgba(255,0,0,0.5)"}}, {Text="wat"}}
"\u{1b}[48:4::255:0:0:127mwat\u{1b}[49m"
```
2022-07-26 21:12:12 -07:00
Wez Furlong
8bad7dee58
wezterm.format: accept "ResetAttributes" to reset attributes
2022-07-09 16:19:30 -07:00
Wez Furlong
2f14d640e8
config: split out lua functions into their own crates
...
This shaves off some build time and allows more parallism in the build.
2022-05-19 06:48:09 -07:00