10 #include <grass/gis.h> 
   12 static int G_clicker_prev = 0;
 
   17     static char clicks[] = 
"|/-\\";
 
   21     if (format == G_INFO_FORMAT_SILENT || 
G_verbose() < 1)
 
   24     if (G_clicker_prev == -1 || G_clicker_prev == 3)
 
   27         x = G_clicker_prev + 1;
 
   29     fprintf(stderr, 
"%1c\b", clicks[x]);
 
int G_info_format(void)
Get current message format. 
 
int G_verbose(void)
Get current verbosity level.