]> git.ipfire.org Git - thirdparty/util-linux.git/commit
lib/pty-session: add generic PTY container code
authorKarel Zak <kzak@redhat.com>
Thu, 4 Jul 2019 09:57:11 +0000 (11:57 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 8 Oct 2019 11:11:54 +0000 (13:11 +0200)
commit6954895cae3413f587ad77afe2206d31a151334f
tree3f34c665fc6f8f68ac7242d96582c3b23f792ff1
parent33869e5ac0534ac6c2a7a33a274642b07b030e25
lib/pty-session: add generic PTY container code

The idea is to consolidate script(1), scriptlive(1) and su(1) --pty
and use the same code everywhere.

TODO: add callbacks for stdin/out logging (necessary for script(1)).

Signed-off-by: Karel Zak <kzak@redhat.com>
configure.ac
include/pty-session.h [new file with mode: 0644]
lib/Makemodule.am
lib/pty-session.c [new file with mode: 0644]