[GRASS-SVN] r33885 - grass/trunk/include

svn_grass at osgeo.org svn_grass at osgeo.org
Wed Oct 15 11:10:56 EDT 2008


Author: glynn
Date: 2008-10-15 11:10:56 -0400 (Wed, 15 Oct 2008)
New Revision: 33885

Modified:
   grass/trunk/include/gis.h
Log:
Restore GISPROMPT_COLOR definition


Modified: grass/trunk/include/gis.h
===================================================================
--- grass/trunk/include/gis.h	2008-10-15 08:08:07 UTC (rev 33884)
+++ grass/trunk/include/gis.h	2008-10-15 15:10:56 UTC (rev 33885)
@@ -104,6 +104,8 @@
 #define YES           1
 #define NO            0
 
+#define GISPROMPT_COLOR    "old,color,color"
+
 /* File/directory name lengths */
 #define GNAME_MAX 256
 #define GMAPSET_MAX 256



More information about the grass-commit mailing list