mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-07-17 14:41:22 +00:00
Using uucode in a few places where it's easy.
This commit is contained in:
@@ -34,10 +34,10 @@ pub fn init(b: *std.Build, cfg: *const Config) !SharedDeps {
|
||||
\\
|
||||
\\pub const configs = [_]types.TableConfig{
|
||||
\\ .override(&config.default, .{
|
||||
\\ .fields = &.{"case_folding_simple"},
|
||||
\\ }),
|
||||
\\ .override(&config.default, .{
|
||||
\\ .fields = &.{"alphabetic","lowercase","uppercase"},
|
||||
\\ .fields = &.{
|
||||
\\ "general_category",
|
||||
\\ "has_emoji_presentation",
|
||||
\\ },
|
||||
\\ }),
|
||||
\\};
|
||||
\\
|
||||
|
||||
Reference in New Issue
Block a user