Code::Blocks Forums

User forums => Using Code::Blocks => Topic started by: Kipchip on February 18, 2020, 02:27:34 am

Title: Terminal Window Line Wrapping
Post by: Kipchip on February 18, 2020, 02:27:34 am
So as of now, I am coding a large square grid for a class assignment, however I’ve run into an issue. Whenever I reach about the 80th character or so going horizontally, the terminal wraps to the next line. Normally this wouldn’t be an issue, but I need as much space one can get for each horizontal line. I tested it by having the program output numbers up to 300 in a straight line with spaces and it wraps at about the 29/30 mark (about 80 characters from what I counted). Is there a way to fix this? Is this just a Code::Blocks issue? Thanks.
Title: Re: Terminal Window Line Wrapping
Post by: stahta01 on February 18, 2020, 04:43:23 am
It is a terminal issue. Lookup information about the terminal you are using.
On windows, it is likely cmd.exe based terminal.

Tim S.