stumpwm-devel
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[STUMP] [PATCH] Fix up a bit of the color docs.


From: John Li
Subject: [STUMP] [PATCH] Fix up a bit of the color docs.
Date: Tue, 29 Jul 2008 21:37:49 -0400
User-agent: Mutt/1.5.18 (2008-05-17)

---

Two smallish errors and some formatting consistency changes.

 stumpwm.texi.in |   16 ++++++++--------
 1 files changed, 8 insertions(+), 8 deletions(-)

diff --git a/stumpwm.texi.in b/stumpwm.texi.in
index 4b622b4..e76304c 100644
--- a/stumpwm.texi.in
+++ b/stumpwm.texi.in
@@ -1153,20 +1153,20 @@ color. The first digit refers to the foreground color 
and the second
 digit to the background color. A @samp{*} can be used in place of
 either digit to specify the normal color. See the color listing below.
 
address@hidden ^b
-turn on bright colors
-
 @item ^B
-turn off bright colors
+Turn on bright colors.
+
address@hidden ^b
+Turn off bright colors.
 
 @item ^n
 Use the normal background and foreground color.
 
 @item ^R
-reverse the foreground and background colors
+Reverse the foreground and background colors.
 
 @item ^r
-turn off reverse colors
+Turn off reverse colors.
 
 @item ^[
 Push the current colors onto the color stack. The current colors remain 
unchanged.
@@ -1175,7 +1175,7 @@ Push the current colors onto the color stack. The current 
colors remain unchange
 Pop the colors off the color stack.
 
 @item ^^
-Print a regular caret. 
+Print a regular caret.
 @end table
 
 The default colors are made to resemble the 16 VGA colors and are:
@@ -1210,7 +1210,7 @@ following:
 (setf *colors* (append *colors*
                        (list "PapayaWhip"
                              "DarkGoldenRod3")))
-(update-color-map)
+(update-color-map (current-screen))
 @end example
 
 Of course, you can change all the colors if you like.
-- 
1.5.6.3





reply via email to

[Prev in Thread] Current Thread [Next in Thread]