[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
Re: [MiNT] Keyboard-problem with XaAES helmut-branch
Jo Even Skarstein wrote:
> --------------------------------------------------
> From: Helmut Karlowski <helmut.karlowski@ish.de>
> Sent: Sunday, July 04, 2010 11:16 PM
> To: <mint@lists.fishpool.fi>
> Subject: Re: [MiNT] Keyboard-problem with XaAES helmut-branch
>
> >> Why is this translation necessary? On Atari/TOS, cr+lf is the norm
> >> anyway.
> >
> > But toswin is also for unix-apps.
>
> I'm a correct when I assume that the console was set to COOKED as a
> consequence of Peter's bug-report? I have seen the problem Peter mentioned
> only once, and that was with some debug messages from Highwire. I've been
> using unix-apps since 1995, and have never encountered this problem before
> or after.
Wow - that's a long amount of time! I started with unix (my first love ;)) even earlier.
Just type ps > /dev/console to see the effect.
I must use \r\n on all my programs to get correct stderr-output on
background-apps. So for me it's better to set console to COOKED.
But the real solution is to have no COOKED but translation as I said before.
You may run the stty from xaaes.cnf if you want RAW console. No great
deal, is it?
-Helmut