dafenner / CrowdQCplus

Quality control (QC) for citizen weather station data.
GNU General Public License v3.0
17 stars 2 forks source link

fix newlines in terminal output #19

Closed jkittner closed 3 years ago

jkittner commented 3 years ago

The missing newlines slightly messed up my terminal (it moved the PS1 over to the side) because there were no newlines after the output (and there is no \n before my PS1 PS1='PS1='${debian_chroot:+($debian_chroot)}\[\033[01;32m\]\u@\h\[\033[00m\]:\[\033[01;34m\]\w\[\033[00m\]\$ ' which is the default).

I am not sure how the built in RStudio-Terminal handles this. In my case it was vanilla gnome terminal with bash on ubuntu.

dafenner commented 3 years ago

Thanks for bringing this to my attention. Seemed no problem with me so far, but good to know!