> Marco van de Voort wrote:
> 
> > Do you use units or libraries that might put the terminal in raw mode?
> > Ncurses,crt, video?
> 
> I am using "crt" for the readkey function in one of my procedures. No 
> ncurses, no video. I
> am also smart-linking, so the only function compiled in from crt SHOULD be 
> readkey.
> 
> I will look at unit CRT, and see if perhaps there is a termonal mode command 
> I can issue.

Note that merely including crt already causes capturing of all output by the
crt unit.

Try, - for testing purposes - to remove crt and use more basic input
(readln), and see if it makes the problems disappear.
_______________________________________________
fpc-pascal maillist  -  fpc-pascal@lists.freepascal.org
http://lists.freepascal.org/mailman/listinfo/fpc-pascal

Reply via email to