From e1c6a8acab10f0c21f42e739598fd4af913d00a7 Mon Sep 17 00:00:00 2001 From: gotmor Date: Sun, 1 Jul 2007 20:21:44 +0000 Subject: more documentation fixes git-svn-id: http://dzen.googlecode.com/svn/trunk@116 f2baff5b-bf2c-0410-a398-912abdc3d8b2 --- help | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'help') diff --git a/help b/help index ebf4686..9c1d16e 100755 --- a/help +++ b/help @@ -5,7 +5,8 @@ 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, PgUP/PgDown to scroll. Escape or mouse button3 to exit)"; cat README) | ./dzen2 $OPTS + (echo "^#323232^#5FBF77Documentation (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" fi -- cgit v1.2.3-54-g00ecf