[fpc-pascal] Interactive SHELL?
Marco van de Voort
marcov at stack.nl
Wed Feb 15 20:38:43 CET 2006
> 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.
More information about the fpc-pascal
mailing list