Font text color on terminal
When running a command an error is returned in case something did not procceed as expected.
In the case of an error red
color is used for the stdout of the command.
The issue here is that the red
color remains for the text font in the terminal until you run your next command where the color is reset to the default one.
Example: Here on purpose a file
is given as an output argument
, instead of a directory
. An error is expected.
One guess is that the code that throws this error does not reset the font text color to the default one before finishing.
Edited by Polidamas Georgios Kosmoglou Kioseoglou