mirror of
https://github.com/ghostty-org/ghostty.git
synced 2025-07-17 17:26:09 +03:00
update zig
This commit is contained in:
6
flake.lock
generated
6
flake.lock
generated
@ -126,11 +126,11 @@
|
|||||||
"nixpkgs": "nixpkgs_2"
|
"nixpkgs": "nixpkgs_2"
|
||||||
},
|
},
|
||||||
"locked": {
|
"locked": {
|
||||||
"lastModified": 1683461227,
|
"lastModified": 1685060590,
|
||||||
"narHash": "sha256-IhHbNNK+XeiKEvsdnMTiFw99ck2Iwdrt2gCbWXrmlRc=",
|
"narHash": "sha256-tlV0ZvAAoPqoXmOcOUHKpclIwVTOeyg55E99pzlovl4=",
|
||||||
"owner": "mitchellh",
|
"owner": "mitchellh",
|
||||||
"repo": "zig-overlay",
|
"repo": "zig-overlay",
|
||||||
"rev": "6ab09a96babc526ba9743ebab3f7863d140a73a5",
|
"rev": "83b52af901b570e7fa3ebe042a78999b581cbfbc",
|
||||||
"type": "github"
|
"type": "github"
|
||||||
},
|
},
|
||||||
"original": {
|
"original": {
|
||||||
|
@ -595,7 +595,7 @@ pub fn print(self: *Terminal, c: u21) !void {
|
|||||||
|
|
||||||
switch (width) {
|
switch (width) {
|
||||||
// Single cell is very easy: just write in the cell
|
// Single cell is very easy: just write in the cell
|
||||||
1 => _ = @call(.always_inline, self.printCell, .{c}),
|
1 => _ = @call(.always_inline, printCell, .{ self, c }),
|
||||||
|
|
||||||
// Wide character requires a spacer. We print this by
|
// Wide character requires a spacer. We print this by
|
||||||
// using two cells: the first is flagged "wide" and has the
|
// using two cells: the first is flagged "wide" and has the
|
||||||
|
2
vendor/mach-glfw
vendored
2
vendor/mach-glfw
vendored
@ -1 +1 @@
|
|||||||
Subproject commit 1b3def95123bc5b040bb1786f6ef3f551504a6f5
|
Subproject commit 936bfeafa317314a1141e8f4521b1cb1f9743d4d
|
Reference in New Issue
Block a user