Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: Napoleon on September 30, 2014, 11:02:27 am

Title: Codeblocks RUN causes unwanted newline after first character in terminal
Post by: Napoleon on September 30, 2014, 11:02:27 am
I'm sure I'm doing something wrong, but don't know what it could be.  Or I have a setting that's not right.
But, when I run the standard 'Console Application' sample code inside CB, the terminal window has an unwanted newline after the first character.  If I run the built executable manually in a terminal window, it works fine.
Code
H
 ello world!

Process returned 0 (0x0)   execution time : 0.003 s
Press ENTER to continue.

What is going on?

Cheers,
Nap