[wiki] [sites] wiki updated

From: <hg_AT_suckless.org>
Date: Sat, 26 Feb 2011 02:01:19 +0000 (UTC)

changeset: 686:dfda7798f90c
tag: tip
user: voltaic <voltaic_AT_gmail.com>
date: Fri Feb 25 20:59:50 2011 -0500
files: dwm.suckless.org/patches/statuscolors.md
description:
Added updated statuscolors patch for dwm-5.8.2. Edited statuscolors page with further instructions.


diff -r 2c0ebecc30df -r dfda7798f90c dwm.suckless.org/patches/statuscolors.md
--- a/dwm.suckless.org/patches/statuscolors.md Wed Feb 09 14:13:23 2011 +0100
+++ b/dwm.suckless.org/patches/statuscolors.md Fri Feb 25 20:59:50 2011 -0500
_AT_@ -12,7 +12,7 @@
 
 ## Usage ##
 
-Add code to your status script to output the raw characters '\x03' to switch to the 'urgent' color, or '\x04' to switch to the 4th defined color, etc. Note that the color indices in the status text are +1 from the definition in 'config.h' (because '\0' is the string terminator). To switch back to the normal text color use '\x01'.
+Add code to your status script to output the raw characters '\x03' to switch to the 'urgent' color, or '\x04' to switch to the 4th defined color, etc. Note that the color indices in the status text are +1 from the definition in 'config.h' (because '\0' is the string terminator). To switch back to the normal text color use '\x01'. To enter the raw character '\x01' in vim, press ctrl+v followed by x, 0, and 1 in that order. '\x01' gives the first character, which appears as a bold "A" on the screen to distinguish it from the regular character A.
 
 ### Example ###
 
_AT_@ -57,4 +57,4 @@
 ## Download ##
 
  * [dwm-5.7.2-statuscolors.diff](dwm-5.7.2-statuscolors.diff)
-
+ * [dwm-5.8.2-statuscolors.diff](dwm-5.8.2-statuscolors.diff)
Received on Sat Feb 26 2011 - 03:01:19 CET

This archive was generated by hypermail 2.3.0 : Thu Sep 13 2012 - 19:31:38 CEST