News:

The new Release 25.03 is out! You can download binaries for Windows and many major Linux distros here .

Main Menu

Mac: Use how to tell CBs to use Xterm instead of terminal?

Started by dubis07, October 05, 2010, 02:33:31 PM

Previous topic - Next topic

dubis07

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

afb

The default command on other platforms is:
Code (Terminal to launch console programs:) Select

xterm -T $TITLE -e


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