]> git.ipfire.org Git - thirdparty/util-linux.git/commit
Merge branch 'scriptreplay/add-interactive-playback/2999' of https://github.com/jNull...
authorKarel Zak <kzak@redhat.com>
Tue, 28 May 2024 10:32:49 +0000 (12:32 +0200)
committerKarel Zak <kzak@redhat.com>
Tue, 28 May 2024 10:32:49 +0000 (12:32 +0200)
commitc22152e07601205e0342f4aa9382164eaf09d7af
tree42eb01a8d43a49363db01bd34ba4b5516d008817
parent55ca447a6a95226fd031a126fb48b01b3efd6284
parentd616c2fb43e5d302fbc6af2d335c0574c63af9c6
Merge branch 'scriptreplay/add-interactive-playback/2999' of https://github.com/jNullj/util-linux

* 'scriptreplay/add-interactive-playback/2999' of https://github.com/jNullj/util-linux:
  format: fix switch case indent
  fix clang compile
  replace fgetwc with fgetc
  format: fix comments and if braces format
  format: CamelCase to SnakeCase
  Refactor convoluted switch case into if else
  fix formatting and add mising break
  Add missing author
  Add interactive playback docs
  Add right arrow key to step forward in playback
  Remove uneeded veriable
  Add support for adjusting replay speed with arrow keys
  Refactor to handle responsive input
  Add pause functionality to replay
  Refactor delay_for function signature to use const struct timeval
  Set stdin to nonblock