]> git.ipfire.org Git - thirdparty/util-linux.git/commit
replace fgetwc with fgetc
authorjNullj <15849761+jNullj@users.noreply.github.com>
Fri, 24 May 2024 19:23:48 +0000 (22:23 +0300)
committerjNullj <15849761+jNullj@users.noreply.github.com>
Fri, 24 May 2024 19:23:48 +0000 (22:23 +0300)
commit7000120bc2324e9eca19a5b40eb24861526d1f34
tree744ffd65e9ada391e0b1e23626ee8ee562c7a033
parent0bfd75dbf413be85049e0c89551f208cfa64a2ea
replace fgetwc with fgetc

there is no real reason to use fgetwc here as arrow key press is not read as a multi-byte by fgetwc and the logic implemented here also reads the keypress byte by bytes.
term-utils/scriptreplay.c