mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-01-02 19:42:38 +00:00
termio/exec: get compiler errors gone
This commit is contained in:
@@ -177,7 +177,7 @@ pub fn threadMain(self: *Thread) void {
|
||||
\\Please free up some pty devices and try again.
|
||||
;
|
||||
|
||||
t.eraseDisplay(alloc, .complete, false);
|
||||
t.eraseDisplay(.complete, false);
|
||||
t.printString(str) catch {};
|
||||
},
|
||||
|
||||
@@ -197,7 +197,7 @@ pub fn threadMain(self: *Thread) void {
|
||||
\\Out of memory. This terminal is non-functional. Please close it and try again.
|
||||
;
|
||||
|
||||
t.eraseDisplay(alloc, .complete, false);
|
||||
t.eraseDisplay(.complete, false);
|
||||
t.printString(str) catch {};
|
||||
},
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user