Display of the wrong number of columns of wttr.in weather report using bash.rc
- Dominant language
- Python
- Stars
- 4.7k
- Forks
- 604
- PR merge metrics
- No merged PRs in 30d
Description
I am using Ubuntu 16.04 with the Unity Desktop.
My bash.rc includes some lines at the end of it as follows:
...
cowsay -f $(ls /usr/share/cowsay/cows/ | shuf -n1) $(fortune -ace /usr/share/games/fortunes)
echo -ne "${LIGHTGREEN}" "Hello, $USER. today is, "; date
echo -e "${LIGHTGREEN}"; cal -3;
curl wttr.in/Valladolid
weather LEVD
However, when Guake starts as a start-up programme, it shows as follows:

As you can see, the wttr.in output is broken up to 80 columns. However, if I open a new tab, the problem desappears:

I do not know why this happens. Please, some help would be appreciated. Thanks.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.