mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-18 13:30:29 +00:00
working on macos
This commit is contained in:
@@ -195,7 +195,7 @@ pub fn translate(
|
||||
} else false;
|
||||
|
||||
// Convert the utf16 to utf8
|
||||
const len = try std.unicode.utf16leToUtf8(out, char[0..char_count]);
|
||||
const len = try std.unicode.utf16LeToUtf8(out, char[0..char_count]);
|
||||
return .{
|
||||
.text = out[0..len],
|
||||
.composing = composing,
|
||||
|
||||
Reference in New Issue
Block a user