I have some escape sequences in my config on my Linux machine that work fine, but for some reason, they are completely ignored in the Windows port of Pianobar.
What's interesting is it doesn't print the escape sequences to the display - it just seems to skip over them completely.
Goal is to clear the screen after each song is played.
Right now, my config reads as
format_msg_nowplaying = ^[[1E^[[2J^[[J^[[H %s
format_nowplaying_song = ^[[2;1H Now Playing: ^[[3;1H "%t" by %a
This works just fine on my Linux machine, but on the Windows port of the program, it seems to ignore the string entirely. It processes the Now Playing:
"%t" by %a
but nothing else.