cplay-ng

simple curses audio player
git clone https://git.ce9e.org/cplay-ng.git

commit
471de4c91e142b51cf06896ab4072efef793aa31
parent
3e7221b11c4fcc5d530251b84680e924544400b8
Author
Tobias Bengfort <tobias.bengfort@posteo.de>
Date
2022-11-22 08:05
display fake cursor when input is active

Diffstat

M cplay.py 2 +-

1 files changed, 1 insertions, 1 deletions


diff --git a/cplay.py b/cplay.py

@@ -717,7 +717,7 @@ class Application:
  717   717         yield self.format_progress()
  718   718 
  719   719         if self.input.active:
  720    -1             status = self.input.prompt + self.input.str
   -1   720             status = self.input.prompt + self.input.str + '█'
  721   721         elif self.tab == helplist:
  722   722             status = __version__
  723   723         elif player.is_playing: