ifd3f / caligula

A user-friendly, lightweight TUI for disk imaging
GNU General Public License v3.0
320 stars 5 forks source link

Fix input buffering by nulling childproc stdin #123

Closed ifd3f closed 3 months ago

ifd3f commented 3 months ago

It seems like the escalated daemon was eating bytes, so you had to press q twice and sometimes they would show up. Nulling stdin seems to fix it.