mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-25 00:35:23 +00:00
fix some issues
This commit is contained in:
@@ -183,7 +183,7 @@ const WindowsPty = struct {
|
||||
"\\\\.\\pipe\\LOCAL\\ghostty-pty-{d}-{d}",
|
||||
.{
|
||||
windows.kernel32.GetCurrentProcessId(),
|
||||
pipe_name_counter.fetchAdd(1, .Monotonic),
|
||||
pipe_name_counter.fetchAdd(1, .monotonic),
|
||||
},
|
||||
) catch unreachable;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user