diff options
| author | Mitchell Hashimoto <mitchell.hashimoto@gmail.com> | 2024-02-10 17:26:45 -0800 |
|---|---|---|
| committer | Mitchell Hashimoto <mitchell.hashimoto@gmail.com> | 2024-02-10 17:26:45 -0800 |
| commit | 004405ccf9eb09bf8b8cbd9cfe51b31258f7ff5f (patch) | |
| tree | aaa43fd33b8ba2b2856afa28d160d6f69bfa64df /src/unicode | |
| parent | 6d5e73fd75c66435f6370330b1352e886bbe77d5 (diff) | |
terminal: only apply VS15/16 to emoji
Fixes #1482
Diffstat (limited to 'src/unicode')
| -rw-r--r-- | src/unicode/main.zig | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/unicode/main.zig b/src/unicode/main.zig index e8ba05b72..f5b911948 100644 --- a/src/unicode/main.zig +++ b/src/unicode/main.zig @@ -4,6 +4,7 @@ const grapheme = @import("grapheme.zig"); const props = @import("props.zig"); pub const table = props.table; pub const Properties = props.Properties; +pub const getProperties = props.get; pub const graphemeBreak = grapheme.graphemeBreak; pub const GraphemeBreakState = grapheme.BreakState; |
