this repo has no description
13
fork

Configure Feed

Select the types of activity you want to include in your feed.

widgets(terminal): remove comment

-1
-1
src/widgets/terminal/Terminal.zig
··· 150 150 151 151 /// process the output from the command on the pty 152 152 fn run(self: *Terminal) !void { 153 - // ridiculous buffer size so we never have to handle incomplete reads 154 153 var parser: Parser = .{ 155 154 .buf = try std.ArrayList(u8).initCapacity(self.allocator, 128), 156 155 };