Code::Blocks Forums

User forums => Help => Topic started by: dubis07 on October 05, 2010, 02:33:31 pm

Title: Mac: Use how to tell CBs to use Xterm instead of terminal?
Post by: dubis07 on October 05, 2010, 02:33:31 pm
Hi all!

I'm currently in the environment tab under settings and I'm trying to get Code::Blocks to use xterm instead of terminal on Mac OSx. I don't know what to put into the "shell" and "terminal to launch console in" lines, though.  Can anyone help me out??

Thanks
Title: Re: Mac: Use how to tell CBs to use Xterm instead of terminal?
Post by: afb on October 08, 2010, 12:35:43 am
The default command on other platforms is:
Code: terminal to launch console programs:
xterm -T $TITLE -e

It assumes that xterm is found in your $PATH.
The shell can be left as the default /bin/sh -c