PromyLOPh / pianobar

Console-based pandora.com player
http://6xq.net/pianobar/
Other
1.74k stars 321 forks source link

removed some non-printable characters from the config example #687

Closed mostlybob closed 5 years ago

mostlybob commented 5 years ago

I was running Pianobar on KDE Neon and setting up the config using the example from the repo. I was editing the file with NeoVim and doing a copy/paste from the raw view of the file on Github and was seeing a complaint about "attempting to paste non-printable characters" during the paste. My hex is a bit scant right off the top of my head, but I think they were ESC characters.

PromyLOPh commented 5 years ago

These are ANSI escape codes and they’re used to change the text color. This is intentional.

mostlybob commented 5 years ago

Got it. Thanks. 👍