mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-04-20 00:18:53 +03:00
pkg/utf8proc: yeet usingns
This commit is contained in:
@ -1,3 +1,3 @@
|
||||
pub usingnamespace @cImport({
|
||||
pub const c = @cImport({
|
||||
@cInclude("utf8proc.h");
|
||||
});
|
||||
|
@ -1,4 +1,4 @@
|
||||
pub const c = @import("c.zig");
|
||||
pub const c = @import("c.zig").c;
|
||||
|
||||
/// Given a codepoint, return a character width analogous to `wcwidth(codepoint)`,
|
||||
/// except that a width of 0 is returned for non-printable codepoints
|
||||
|
Reference in New Issue
Block a user