mplay

Controllable music player
git clone https://git.sinitax.com/sinitax/mplay
Log | Files | Refs | sfeed.txt

commit c1d226be9672047fd66c20fde4bb2b3d197aa260
parent 2b9a236dbc0d30e7d8dc6feaf3e9abd82e88a7ed
Author: Louis Burda <quent.burda@gmail.com>
Date:   Sun, 10 Mar 2024 00:03:37 +0100

Rename pause info status string

Diffstat:
Mmplay.h | 2+-
1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/mplay.h b/mplay.h @@ -25,7 +25,7 @@ #define MPLAY_ACTION_KEY_SEEK_FWD '>' #define MPLAY_ACTION_KEY_SEEK_BWD '<' -#define MPLAY_INFO_STR_PAUSE "play" +#define MPLAY_INFO_STR_PAUSE "pause" #define MPLAY_ACTION_KEY_PAUSE 'p' #define MPLAY_INFO_STR_EXIT "exit"