[GRASS5] (Text based) startup screen patch

Markus Neteler neteler at itc.it
Tue Aug 10 05:50:16 EDT 2004


Hi,

IMHO the line length of location/mapset in the text based startup
screen is too short.

I suggest attached patch to 5.3 (linked into 5.7):
 src/general/init/set_data.diff

Any problems (it is still shorter than the  variable definition)?

Markus

-------------- next part --------------
Index: set_data.c
===================================================================
RCS file: /grassrepository/grass/src/general/init/set_data.c,v
retrieving revision 1.5
diff -u -r1.5 set_data.c
--- set_data.c	13 Mar 2003 08:22:10 -0000	1.5
+++ set_data.c	10 Aug 2004 09:47:37 -0000
@@ -102,10 +102,10 @@
 
 	line++;
 	V_line (line, loc_text);
-	V_ques (location_name, 's', line++, 12, 14);
+	V_ques (location_name, 's', line++, 12, 25);
 
 	V_line (line, map_text);
-	V_ques (mapset, 's', line++, 12, 14);
+	V_ques (mapset, 's', line++, 12, 25);
 
 	line++;
 	V_line (line, "DATABASE:");


More information about the grass-dev mailing list