[GRASS-SVN] r34167 - grass/trunk/lib/init
svn_grass at osgeo.org
svn_grass at osgeo.org
Thu Nov 6 07:10:12 EST 2008
Author: neteler
Date: 2008-11-06 07:10:11 -0500 (Thu, 06 Nov 2008)
New Revision: 34167
Modified:
grass/trunk/lib/init/variables.html
Log:
G_INFO_XX explained
Modified: grass/trunk/lib/init/variables.html
===================================================================
--- grass/trunk/lib/init/variables.html 2008-11-06 12:04:39 UTC (rev 34166)
+++ grass/trunk/lib/init/variables.html 2008-11-06 12:10:11 UTC (rev 34167)
@@ -133,6 +133,11 @@
<dd>set to any value to send user mail on an error or warning that
happens while stderr is being redirected.</dd>
+ <dt>GRASS_FONT_CAP</dt>
+ <dd>[g.mkfontcap, d.font, display drivers]<br>
+ specifies an alternative location (to $GISBASE/etc/fontcap) for
+ the font configuration file.</dd>
+
<dt>GRASS_GNUPLOT</dt>
<dd>[<!-- m.svfit, s.probplt, s.sv -->i.spectral]<br>
program to use for plotting <em>gnuplot</em> data.</dd>
@@ -146,11 +151,6 @@
startup, it will determine the GUI used. If it is not defined startup
will default to the last GUI used.</dd>
- <dt>GRASS_FONT_CAP</dt>
- <dd>[g.mkfontcap, d.font, display drivers]<br>
- specifies an alternative location (to $GISBASE/etc/fontcap) for
- the font configuration file.</dd>
-
<dt>GRASS_HEIGHT</dt>
<dd>[d.mon]<br>
defines the height of GRASS monitor, see also GRASS_WIDTH.</dd>
@@ -168,7 +168,23 @@
"CFBundleIdentifier"</code> <i>/path/to/application.app</i><code>/Contents/Info.plist</code><br>
The signature is the <string> following the <key>,
without the bracketing <string> tags.</dd>
-
+
+ <dt>G_INFO_FORMAT_STANDARD</dt>
+ <dd>[init.sh, wxgui]<br>
+ sets percentage output and message formatting style to standard formatting.</dd>
+
+ <dt>G_INFO_FORMAT_GUI</dt>
+ <dd>[init.sh, wxgui]<br>
+ sets percentage output and message formatting style to GUI formatting.</dd>
+
+ <dt>G_INFO_FORMAT_SILENT</dt>
+ <dd>[init.sh, wxgui]<br>
+ disables percentage output and error messages.</dd>
+
+ <dt>G_INFO_FORMAT_PLAIN</dt>
+ <dd>[init.sh, wxgui]<br>
+ sets percentage output and message formatting style to ASCII output without rewinding control characters.</dd>
+
<dt>GRASS_INT_ZLIB</dt>
<dd>[libgis]<br>
if the environment variable GRASS_INT_ZLIB exists, new compressed
@@ -177,8 +193,7 @@
cellhd file.
<br><br>
Obviously, decompression is controlled by the
- raster's <tt>compressed</tt> value, not the environment variable.
- </dd>
+ raster's <tt>compressed</tt> value, not the environment variable.</dd>
<dt>GRASS_MESSAGE_FORMAT</dt>
<dd>[various modules]<br>
More information about the grass-commit
mailing list