[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: [MiNT] Stairs effect on MiNT console



Vincent Rivière, 10.01.2013 03:21:00:

On 03/01/2013 00:59, Vincent Rivière wrote:
But when the same program is renamed .prg and run from XaAES (whether or not the TosWin2 Console is opened), there is the stairs effect. This is wrong.

And the culprit is... XaAES.
http://sparemint.atariforge.net/cgi-bin/cvsweb/freemint/xaaes/src.km/k_main.c?rev=1.198&content-type=text/x-cvsweb-markup

In k_main():
	/*
	 * console-output:
* if RAW Ctrl-S is not eaten by the kernel, but \n is not translated to \r\n
	 * if COOKED Ctrl-S may confuse XaAES but \n is translated to \r\n
	 *
* set RAW for maximum TOS-compatibility - toswin-clients have to use their own settings
	 *
	 */
	set_tty_mode( RAW/*COOKED*/ );

Why ??

http://sparemint.org/mailinglist/Mailing-Lists/MiNT-List.201007/1278330820.6162.29.camel@jetpack.demon.co.uk.text

--
Helmut Karlowski