Issue status update for
http://smalltalk.gnu.org/project/issue/180
Post a follow up:
http://smalltalk.gnu.org/project/comments/add/180
Project: GNU Smalltalk
Version: <none>
Component: Base classes
Category: bug reports
Priority: normal
Assigned to: Unassigned
Reported by: jeronimo
Updated by: bonzinip
-Status: active
+Status: fixed
Ok, I'm committing it (and also the one for node 179). This patch is
also necessary.
diff --git a/main.c b/main.c
index e38d293..d770c3a 100644
--- a/main.c
+++ b/main.c
@@ -229,6 +229,7 @@ parse_args (int argc,
case OPT_EMACS_MODE:
stdin_prompt = EMACS_PROCESS_MARKER "st> ";
gst_set_var (GST_VERBOSITY, 1);
+ flags |= GST_NO_TTY;
break;
case 'q':
case 'Q':
_______________________________________________
help-smalltalk mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/help-smalltalk