terminal: only apply VS15/16 to emoji

Fixes #1482
This commit is contained in:
Mitchell Hashimoto
2024-02-10 17:26:45 -08:00
parent 6d5e73fd75
commit 004405ccf9
2 changed files with 144 additions and 40 deletions

View File

@@ -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;