mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-08-27 17:41:40 +00:00
update after refactor (string field config, etc)
This commit is contained in:
@@ -1,12 +1,13 @@
|
||||
const config = @import("config.zig");
|
||||
const x = @import("uucode.x.config");
|
||||
const config_x = @import("config.x.zig");
|
||||
const d = config.default;
|
||||
const wcwidth = config_x.wcwidth;
|
||||
|
||||
pub const tables = [_]config.Table{
|
||||
.{
|
||||
.extensions = &.{x.wcwidth},
|
||||
.extensions = &.{wcwidth},
|
||||
.fields = &.{
|
||||
x.wcwidth.field("wcwidth"),
|
||||
wcwidth.field("wcwidth"),
|
||||
d.field("general_category"),
|
||||
d.field("has_emoji_presentation"),
|
||||
d.field("block"),
|
||||
|
||||
Reference in New Issue
Block a user