Revision: 71495
          http://sourceforge.net/p/brlcad/code/71495
Author:   starseeker
Date:     2018-08-11 21:25:46 +0000 (Sat, 11 Aug 2018)
Log Message:
-----------
go with g for a prompt when we're in literal bare argc/argv mode

Modified Paths:
--------------
    brlcad/trunk/src/gtools/gsh.cxx

Modified: brlcad/trunk/src/gtools/gsh.cxx
===================================================================
--- brlcad/trunk/src/gtools/gsh.cxx     2018-08-11 15:40:34 UTC (rev 71494)
+++ brlcad/trunk/src/gtools/gsh.cxx     2018-08-11 21:25:46 UTC (rev 71495)
@@ -38,7 +38,7 @@
 #include "ged.h"
 }
 
-#define GSH_PROMPT "gsh> "
+#define DEFAULT_GSH_PROMPT "g> "
 
 int
 main(int argc, const char **argv)
@@ -51,7 +51,7 @@
     struct bu_vls msg = BU_VLS_INIT_ZERO;
     struct bu_vls iline= BU_VLS_INIT_ZERO;
     struct bu_vls open_gfile = BU_VLS_INIT_ZERO;
-    const char *gpmpt = GSH_PROMPT;
+    const char *gpmpt = DEFAULT_GSH_PROMPT;
     struct bu_opt_desc d[2];
     BU_OPT(d[0],  "h", "help", "",       NULL,              &print_help,     
"print help and exit");
     BU_OPT_NULL(d[1]);

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most
engaging tech sites, Slashdot.org! http://sdm.link/slashdot
_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to