[GRASS-SVN] r46626 - grass/branches/releasebranch_6_4/lib/init

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Jun 8 20:35:01 EDT 2011


Author: neteler
Date: 2011-06-08 17:35:01 -0700 (Wed, 08 Jun 2011)
New Revision: 46626

Modified:
   grass/branches/releasebranch_6_4/lib/init/variables.html
Log:
more info (backport from 6.5)

Modified: grass/branches/releasebranch_6_4/lib/init/variables.html
===================================================================
--- grass/branches/releasebranch_6_4/lib/init/variables.html	2011-06-09 00:30:31 UTC (rev 46625)
+++ grass/branches/releasebranch_6_4/lib/init/variables.html	2011-06-09 00:35:01 UTC (rev 46626)
@@ -199,9 +199,19 @@
   </dd>
   
   <dt>GRASS_MESSAGE_FORMAT</dt>
-  <dd>[various modules]<br>
-    maybe set to either <tt>standard</tt> or <tt>gui</tt> (normally
-    GRASS takes care).</dd>
+  <dd>[various modules, wxGUI]<br>
+    maybe set to either
+    <ul>
+      <li><tt>standard</tt> - sets percentage output and message
+	formatting style to standard formatting,</li>
+      <li><tt>gui</tt> - sets percentage output and message formatting
+	style to GUI formatting,</li>
+      <li><tt>silent</tt> - disables percentage output and error
+	messages,</li>
+      <li><tt>plain</tt> - sets percentage output and message
+	formatting style to ASCII output without rewinding control
+	characters.</li>
+  </ul></dd>
   
   <dt>GRASS_MOUSE_BUTTON</dt>
   <dd>[various modules]<br>
@@ -489,7 +499,7 @@
 <h2>List of selected GRASS gisenv variables</h2>
 
 <blockquote>
-  [ Use <em>g.gisenv</em> to get/set/unset/change them ]
+  [ Use <em><a href="g.gisenv.html">g.gisenv</a></em> to get/set/unset/change them ]
 </blockquote>
 
 <dl>
@@ -497,9 +507,13 @@
   <dt>DEBUG</dt>
   <dd>[entire GRASS]<br>
     sets level of debug message output (0: no debug messages)
-    <div class="code"><pre>
-	g.gisenv set=DEBUG=0
-    </pre></div>
+<div class="code"><pre>
+g.gisenv set=DEBUG=0
+</pre></div>
+
+  <dt>WX_DEBUG</dt>
+  <dd>[wxGUI]<br>
+    sets level of debug message output for <em><a href="wxGUI.html">wxGUI</a></em> (0: no debug messages, 1-5 debug levels)
   
 
   <dt>DM_FORM_MODE</dt>



More information about the grass-commit mailing list