From: Andre Noll <maan@systemlinux.org>
Date: Sun, 6 Jan 2008 13:12:34 +0000 (+0100)
Subject: Reformat gui.ggo.
X-Git-Tag: v0.3.0~14
X-Git-Url: https://git.tuebingen.mpg.de/?a=commitdiff_plain;h=36df09fbcf3f6e80cc0990bad92ec16a0d1b2a00;p=paraslash.git

Reformat gui.ggo.
---

diff --git a/gui.ggo b/gui.ggo
index 1f79ac25..40a40563 100644
--- a/gui.ggo
+++ b/gui.ggo
@@ -1,8 +1,52 @@
+#------------------------
 section "general options"
-option "config_file" c "(default='~/.paraslash/gui.conf')" string typestr="filename" optional
-option "loglevel" l "set loglevel (0-6)" int typestr="level" default="4" optional
-option "timeout" t "set timeout" int typestr="milliseconds" default="30" optional
-option "stat_cmd" s "command to read server and audiod status data from" string typestr="command" default="para_audioc stat" optional
+#------------------------
 
+option "config_file" c
+#~~~~~~~~~~~~~~~~~~~~~~
+"(default='~/.paraslash/gui.conf')"
+
+	string typestr="filename"
+	optional
+
+option "loglevel" l
+#~~~~~~~~~~~~~~~~~~
+ "set loglevel (0-6)"
+
+	int typestr="level"
+	default="4"
+	optional
+
+option "timeout" t
+#~~~~~~~~~~~~~~~~~
+"set timeout"
+
+	int typestr="milliseconds"
+	default="30"
+	optional
+
+option "stat_cmd" s
+#~~~~~~~~~~~~~~~~~~
+"command to read server and audiod status
+data from"
+
+	string typestr="command"
+	default="para_audioc stat"
+	optional
+
+#---------------------------------
 section "mapping keys to commands"
-option "key_map" k "Map key k to command c using mode m. Mode may be d, x or p for display, external and paraslash commands, respectively. Of course, this option may be given multiple times, one for each key mapping." string typestr="k:m:c" optional multiple
+#---------------------------------
+
+option "key_map" k
+#~~~~~~~~~~~~~~~~~
+
+"Map key k to command c using mode m. Mode
+may be d, x or p for display, external and
+paraslash commands, respectively. Of course,
+this option may be given multiple times, one
+for each key mapping."
+
+	string typestr="k:m:c"
+	optional
+	multiple