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

Re: [MiNT] Stairs effect on MiNT console



Alan Hourihane, 11.01.2013 15:08:31:

On 01/11/13 13:57, Helmut Karlowski wrote:
Alan Hourihane, 11.01.2013 14:53:23:

What about Vincent's RAW+ONLCR ?

Ask him.

Fair enough. Vincent ?

:-)

Guess it wouldn't help:

if ((get_curproc()->domain == DOM_MINT) && (mode & T_CRMOD) && !(mode & T_RAW))
    mode = T_CRMOD;
  else
    mode = 0;

So for CRMOD it has to be !RAW, but maybe I'm wrong.

--
Helmut Karlowski