Author Topic: Mac: Use how to tell CBs to use Xterm instead of terminal?  (Read 3794 times)

Offline dubis07

  • Single posting newcomer
  • *
  • Posts: 2
Mac: Use how to tell CBs to use Xterm instead of terminal?
« 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

Offline afb

  • Developer
  • Lives here!
  • *****
  • Posts: 884
Re: Mac: Use how to tell CBs to use Xterm instead of terminal?
« Reply #1 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