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

Re: [MiNT] TosWin console



On Wed, 05 Aug 2009 23:14:18 , "Helmut Karlowski" <helmut.karlowski@ish.de> wrote:
> Am 05.08.2009, 19:01 Uhr, schrieb Peter Slegg <p.slegg@scubadivers.co.uk>:
>
> > On Wed, 05 Aug 2009 13:23:21 , Vincent Rivière
> > <vincent.riviere@freesbee.fr> wrote:
> >> p.slegg@scubadivers.co.uk wrote:
> >> > 123
> >> >   abc
> >> >      123
> >> >         abc
> >> >
> >> > the code was something like:
> >> >
> >> > printf ("shift=%04X \n ctrl=%04X \n", shift, ctrl);
> >>
> >> printf behaves correctly in the current MiNTLib.
> >> But it seems there has been some patches about this problem (I don't
> >> remember well).
> >> To try to update your MiNTLib, it should be better.
> >>
> > Looking at the versions and dates I seem to have the latest mintlib
> > and mintlib-devel rpms installed.
>
> Try to issue 'stty onlcr > /dev/console' from a TOS-shell. Maybe in Toswin
> 2.7 this works.
>
> -Helmut
>
>
bash-2.05a# stty onlcr > /dev/console
stty: standard input: unable to perform all requested operations

TosWin 2.2 does the same too so I think we can rule that out.

Peter