Re: two things regarding Ascii modes

new topic     » goto parent     » topic index » view thread      » older message » newer message

Funkbrat wrote:
> 
> I was referring to DOS.
> Also, I meant a command to make it it so you could place text on the bottom
> most row without it causing the text to go upward.  If you place text on row
> 25
> in a 25 row mode, it will scroll everything upward and place it on the 24th
> or
> 23rd row.  I want to prevent this and keep it on the 25th row.  (It will
> actually
> be the 28th row in a 28 row mode, but it's the same situation.)

Not sure what you want to achieve.
If the previous text you printed ended with a \n, then the console will honor
the line break and, if that would lead to printing past the last visible row,
scroll up one line first so that printed text is visible.
If you position the cursor, using position(), on line 25 and then print
something that fits on the line, without a trailing CR, then no scrolling will
occur.

CChris

new topic     » goto parent     » topic index » view thread      » older message » newer message

Search



Quick Links

User menu

Not signed in.

Misc Menu