]> git.ipfire.org Git - thirdparty/util-linux.git/commit
scriptreplay: support ctrl+s and ctrl+g
authorKarel Zak <kzak@redhat.com>
Mon, 11 Sep 2023 13:17:01 +0000 (15:17 +0200)
committerKarel Zak <kzak@redhat.com>
Mon, 11 Sep 2023 13:21:41 +0000 (15:21 +0200)
commit584e505186c1aa511ea96761a8d108f4fe734f0e
treeb312caf270093cf2cc85882b5800a4a2da8c8b3f
parent016bea5a65610853e9670e14cf411ffa92046aed
scriptreplay: support ctrl+s and ctrl+g

The old scriptreplay supported XON/XOFF flow control. The new
implementation uses cfmakeraw() and it disables it by default. Let's
enable it by IXON iflag.

Fixes: https://github.com/util-linux/util-linux/issues/2480
References: https://github.com/util-linux/util-linux/pull/1101
Signed-off-by: Karel Zak <kzak@redhat.com>
term-utils/scriptreplay.c