Echo the output to stdout as well as the output box.

This commit is contained in:
Bill Currie 2010-09-27 22:06:37 +09:00
parent 1aae3c8174
commit 68190bd431
1 changed files with 1 additions and 0 deletions

View File

@ -118,6 +118,7 @@ QuakeEd_print (const char *fmt, va_list args)
dvsprintf (output, fmt, args);
string = [NSString stringWithCString: output->str];
[g_cmd_out_i setStringValue: string];
fputs (output->str, stdout);
}
//============================================================================