this repo has no description
13
fork

Configure Feed

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

fix: pass in buffer to reader

authored by

freref and committed by
Tim Culverhouse
f6be46db 0cdf50ed

+1 -1
+1 -1
src/tty.zig
··· 76 76 const self: PosixTty = .{ 77 77 .fd = fd, 78 78 .termios = termios, 79 - .reader = file.reader(), 79 + .reader = file.reader(buffer), 80 80 .writer = .initStreaming(file, buffer), 81 81 }; 82 82