I was messing around with colors today and I keep getting this warning:
warning: non-ISO-standard escape sequence, '\e'
I compile with the pedantic flag, which is the souce of this warning. Any way to get rid of the warning (not that it really bothers anything besides me) and keep the pedantic flag?
warning: non-ISO-standard escape sequence, '\e'
I compile with the pedantic flag, which is the souce of this warning. Any way to get rid of the warning (not that it really bothers anything besides me) and keep the pedantic flag?