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

Re: BUG in MiNT: character not read from tty



streibel@usa.net%INTERNET wrote:
> 
> I think I found a bug in MiNT (still using 4.14.6):
> read() doesn't return control-o when reading from stdin.
> It does return that character when reading from a file.
> 
> I compiled a testprogram that will be given below with two different
> compilers:
> - gcc 2.5.8.pl1, gas 1.3.8 pl4, mintlibs pl46 (KGMD environment)
> - my old MWC
> 
> Both executables didn't return control-o. So I think it isn't a fault in the
> libs.
> 
> I started various shells and tried to start up just MiNT (so not KGMD). No
> difference. Even the original version of MiNT which came with KGMD (1.12.x)
> shows this bug.
> 
> But after starting MiNT 1.09 both executables didn't show that bug.
> 
> Any ideas?

CTRL-O is XOFF. When the tty is in cooked mode, you won't see it.

Regards, jr