Re: Add support for SGR parameters 39 and 49

2015-08-13 Thread Matthew Martin
On Wed, Jul 29, 2015 at 05:42:10PM -0500, Matthew Martin wrote: > On Sun, Jul 12 2015 at 12:23:48 -0500, Matthew Martin wrote: > > Currently on the console > > echo '\033[34mblue\033[39m white' > > will echo both words with a blue foreground. Add support for SGR 39 and > > 49 that reset the fg and

Re: Add support for SGR parameters 39 and 49

2015-07-29 Thread Matthew Martin
On Sun, Jul 12 2015 at 12:23:48 -0500, Matthew Martin wrote: > Currently on the console > echo '\033[34mblue\033[39m white' > will echo both words with a blue foreground. Add support for SGR 39 and > 49 that reset the fg and bg color respectively back to default. > > - Matthew Martin > > > Index: w

Add support for SGR parameters 39 and 49

2015-07-12 Thread Matthew Martin
Currently on the console echo '\033[34mblue\033[39m white' will echo both words with a blue foreground. Add support for SGR 39 and 49 that reset the fg and bg color respectively back to default. - Matthew Martin Index: wsemul_vt100_subr.c =