aboutsummaryrefslogtreecommitdiffstats
path: root/help
diff options
context:
space:
mode:
authorgotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2007-07-16 19:11:32 +0000
committergotmor <gotmor@f2baff5b-bf2c-0410-a398-912abdc3d8b2>2007-07-16 19:11:32 +0000
commitf20bf2dd0b3a48191cec442df982185280b764b9 (patch)
tree0a61680038624a5ec96d2479191efa32b336f7be /help
parent156afa81bd0e68d856cb29802426f5cfa7e6e616 (diff)
downloaddzen-f20bf2dd0b3a48191cec442df982185280b764b9.tar.gz
dzen-f20bf2dd0b3a48191cec442df982185280b764b9.zip
added support to color arbitrary parts of text
code needs testing git-svn-id: http://dzen.googlecode.com/svn/trunk@124 f2baff5b-bf2c-0410-a398-912abdc3d8b2
Diffstat (limited to 'help')
-rwxr-xr-xhelp2
1 files changed, 1 insertions, 1 deletions
diff --git a/help b/help
index 9c1d16e..1b9ace8 100755
--- a/help
+++ b/help
@@ -5,7 +5,7 @@
OPTS='-bg #323232 -fg #5FBF77 -p -l 20 -e onstart=uncollapse,scrollhome;button5=scrolldown;key_Down=scrolldown;button4=scrollup;key_Up=scrollup;key_Page_Down=scrolldown:20;key_Page_Up=scrollup:20;key_Escape=exit;button3=exit;entertitle=grabkeys;enterslave=grabkeys;leaveslave=ungrabkeys'
if [ -e ./dzen2 ]; then
- (echo "^#323232^#5FBF77Documentation (use: scrollwheel, arrow keys, \
+ (echo "^fg(#323232)^bg(#5FBF77)Documentation (use: scrollwheel, arrow keys, \
PgUP/PgDown to scroll. Escape or right mouse button to quit)"; cat README) | ./dzen2 $OPTS
else
echo "Please type 'make' to build dzen and rerun help"