termio/exec: get compiler errors gone

This commit is contained in:
Mitchell Hashimoto
2024-03-08 20:47:16 -08:00
parent 368714539e
commit 25d84d697a
5 changed files with 58 additions and 34 deletions

View File

@@ -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 {};
},
}