more console output

Hello,

I have a program that must print some 600 lines through the standard output.

The console doesn't print all 600 lines and starts by say 13x.

how can i get the console to print everything??

thanks
We'll need to see your code before we can answer that question with any level of certainty.

-Albatross
hello again,

well I'm sure it's just a console problem. I'm using netbeans 6.8 on fedora core 12.
Once printing all previous output is overwritten and the program runs perfectly.

what i'm doing is calling x.print with print using an iterator to loop over a container which holds 600 elements.

I guess the question should be rephrased: how to modify terminal settings to print more lines .

If you still need the code, i'll get it, sorry for being somewhat rebellious...
I have no idea what x is. All I know is that it might contain an iterator, that it contains something that may be iterated over, and that it contains a function named print. And... exactly what do you mean by starts by 13x?

And as for modifying the terminal emulator's settings... what are you using as an emulator?

-Albatross
Hello, problem solved.

I had to adjust the global gnome-settings settings to allow unlimited scollback.

I would've been able to formulate the question better if I had a better grasp of terminology.

anyways, thanks a bunch
Topic archived. No new replies allowed.