···150150151151/// process the output from the command on the pty
152152fn run(self: *Terminal) !void {
153153- // ridiculous buffer size so we never have to handle incomplete reads
154153 var parser: Parser = .{
155154 .buf = try std.ArrayList(u8).initCapacity(self.allocator, 128),
156155 };