From f20bf2dd0b3a48191cec442df982185280b764b9 Mon Sep 17 00:00:00 2001 From: gotmor Date: Mon, 16 Jul 2007 19:11:32 +0000 Subject: 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 --- help | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'help') 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" -- cgit v1.2.3-54-g00ecf