]> git.ipfire.org Git - pakfire.git/commit
pty: Always disable character echoing
authorMichael Tremer <michael.tremer@ipfire.org>
Thu, 20 Mar 2025 16:47:16 +0000 (16:47 +0000)
committerMichael Tremer <michael.tremer@ipfire.org>
Thu, 20 Mar 2025 16:50:53 +0000 (16:50 +0000)
commit686da50a916bd848cee7c9b7a2c19ae7409b3982
treef95fe1cb51e31be6b0d2de01b09faadcc467a176
parent2cf87464d468ac9055d2d3aab69a5c4906a05f8c
pty: Always disable character echoing

This usually happens later in case of the interactive version, but since
we don't need to configure much in the pipe case, we can just set this
as default.

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