From b74ceb323a21ef1672f591bd8f0c1ec634c0a5d1 Mon Sep 17 00:00:00 2001 From: = Date: Thu, 26 Jul 2012 20:06:02 -0400 Subject: [PATCH 1/2] Specify how to clear underline color in README --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 0bb06d4..60570f6 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ To draw a backslash just backslash escape it (\\\\). f<0-9> Selects the text foreground color from the palette. b<0-9> Selects the text background color from the palette. u<0-9> Selects the underline color from the palette. - To reset the bg/fg color just pass 'r' as color index. + To reset the bg/fg/underline color just pass 'r' as color index. l Aligns the text to the left. c Aligns the text to the center. From ef18b389ce1684303c748dac37a68968402a63bc Mon Sep 17 00:00:00 2001 From: = Date: Thu, 26 Jul 2012 20:07:36 -0400 Subject: [PATCH 2/2] Typo, added the --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 60570f6..38f0371 100644 --- a/README.md +++ b/README.md @@ -42,7 +42,7 @@ To draw a backslash just backslash escape it (\\\\). f<0-9> Selects the text foreground color from the palette. b<0-9> Selects the text background color from the palette. u<0-9> Selects the underline color from the palette. - To reset the bg/fg/underline color just pass 'r' as color index. + To reset the bg/fg/underline color just pass 'r' as the color index. l Aligns the text to the left. c Aligns the text to the center.