News:

As usual while waiting for the next release - don't forget to check the nightly builds in the forum.

Main Menu

Terminal Window Line Wrapping

Started by Kipchip, February 18, 2020, 02:27:34 AM

Previous topic - Next topic

Kipchip

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.

stahta01

It is a terminal issue. Lookup information about the terminal you are using.
On windows, it is likely cmd.exe based terminal.

Tim S.
C Programmer working to learn more about C++.
On Windows 10 64 bit and Windows 11 64 bit.
--
When in doubt, read the CB WiKi FAQ. [url="http://wiki.codeblocks.org"]http://wiki.codeblocks.org[/url]