Author Topic: Terminal Window Line Wrapping  (Read 2413 times)

Kipchip

  • Guest
Terminal Window Line Wrapping
« 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.

Offline stahta01

  • Lives here!
  • ****
  • Posts: 7582
    • My Best Post
Re: Terminal Window Line Wrapping
« Reply #1 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.
C Programmer working to learn more about C++ and Git.
On Windows 7 64 bit and Windows 10 64 bit.
--
When in doubt, read the CB WiKi FAQ. http://wiki.codeblocks.org