diff options
author | Lars-Dominik Braun <PromyLOPh@lavabit.com> | 2008-09-13 13:38:08 +0200 |
---|---|---|
committer | Lars-Dominik Braun <PromyLOPh@lavabit.com> | 2008-09-13 13:38:08 +0200 |
commit | 15e352510d9087e2f48c8059f1756573ae298936 (patch) | |
tree | cdfbbce6f8178c9f51892fce4804777230b94562 /src | |
parent | 9d4a304669ab7b9d46850a254af1ee0484554c74 (diff) | |
download | pianobar-15e352510d9087e2f48c8059f1756573ae298936.tar.gz pianobar-15e352510d9087e2f48c8059f1756573ae298936.tar.bz2 pianobar-15e352510d9087e2f48c8059f1756573ae298936.zip |
Insert newline after password readline ()
Diffstat (limited to 'src')
-rw-r--r-- | src/main.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -83,6 +83,7 @@ int main (int argc, char **argv) { BarTermSetEcho (0); settings.password = readline ("Password: "); BarTermSetEcho (1); + printf ("\n"); } if (settings.enableScrobbling) { |