Changing default terminal in Codeblocks

wirher picture wirher · Dec 16, 2012 · Viewed 29k times · Source

Windows cmd does not support ANSI colour codes and there are a lot of better terminals in the internet. I'm new to code::blocks and want to change the default terminal. What I did is:

Settings>Environment and I just can't change "Terminal to launch console programs" field. How can I do that?

Answer

nKandel picture nKandel · Dec 17, 2012

I think you can't able to change default terminal on Window's Operating System because none other is present there. But if you are using Linux like Ubuntu you can change it's default command window as gnome-terminal --title=$TITLE -x in place of xterm -T $TITLE -e on Settings>Environment>"Terminal to launch console programs"