this repo has no description
13
fork

Configure Feed

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

fix: initialize reader in PosixTty

authored by

freref and committed by
Tim Culverhouse
0cdf50ed ec8e7bd4

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