[GRASS-SVN] r56742 - grass/branches/develbranch_6/lib/gis
svn_grass at osgeo.org
svn_grass at osgeo.org
Sun Jun 16 21:02:09 PDT 2013
Author: hamish
Date: 2013-06-16 21:02:08 -0700 (Sun, 16 Jun 2013)
New Revision: 56742
Modified:
grass/branches/develbranch_6/lib/gis/list.c
Log:
test to see if g.list + GRASS_PAGER works now that rxvt is gone and isatty() is as expected
Modified: grass/branches/develbranch_6/lib/gis/list.c
===================================================================
--- grass/branches/develbranch_6/lib/gis/list.c 2013-06-17 03:22:27 UTC (rev 56741)
+++ grass/branches/develbranch_6/lib/gis/list.c 2013-06-17 04:02:08 UTC (rev 56742)
@@ -80,7 +80,6 @@
if (desc == 0 || *desc == 0)
desc = element;
-#ifndef __MINGW32__
/*
* popen() the more command to page the output
*/
@@ -94,8 +93,8 @@
more = stdout;
}
else
-#endif
more = stdout;
+
fprintf(more, "----------------------------------------------\n");
/*
More information about the grass-commit
mailing list