]> git.ipfire.org Git - people/ric9/pakfire.git/commit
pty: Make the buffers significantly smaller
authorMichael Tremer <michael.tremer@ipfire.org>
Fri, 10 Jan 2025 17:58:18 +0000 (17:58 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Fri, 10 Jan 2025 17:58:18 +0000 (17:58 +0000)
commit439e879cc339f37949649c918a8fab7e57bc68fd
treed185325d899c1e7dbc00235d7aa9d25d7715f281
parentdc127df238c140bf455c05abf46e263066f0b48a
pty: Make the buffers significantly smaller

We don't really need that much buffer space here and it probably allows
for better CPU caching if the entire struct is smaller.

Signed-off-by: Michael Tremer <michael.tremer@ipfire.org>
src/pakfire/pty.c