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
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
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
=