VOGONS


Increase Screen Buffer?

Topic actions

First post, by Kilik

User metadata
Rank Newbie
Rank
Newbie

I'm running djgpp (http://www.delorie.com/djgpp/) under dos box and all is going well except for one thing.

Most of the compiler output is being lost on previous pages of the screen. I tried playing w/ the piping options in djgpp but had no luck with that.

Can the DOSBOX screen buffer size be increased enough to show the output from the compiler?

Any help will be greatly appreciated.

-Thx

Reply 1 of 2, by Harekiet

User metadata
Rank DOSBox Author
Rank
DOSBox Author

There's no buffer to increase since it's just a direct rendering of video memory in which the characters are written.

Reply 2 of 2, by ninjalj

User metadata
Rank Newbie
Rank
Newbie

You have to redirect both stdout and stderr. Last I checked, djgpp came with a program called redir wich allowed to redirect stderr under DOS.