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?
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"
1) Open Settings in Code blocks from title bar
2) Choose environment from It
3) there is an option to terminal to launch console program (drop down) to run program from there you can choose whatever terminal you want from there
Right click on the title bar of the console window -> properties -> font/or layout tab.
When code blocks opens the Console as usual:
- Right-click on the very most left of the title bar of the console window.
- Choose properties from the pop-up menu.
- Change whatever settings of the console window you would like to change.