Re: [fpc-pascal]Readkey

2004-08-21 Thread Michael . VanCanneyt
On Fri, 20 Aug 2004, Marco van de Voort wrote: > > I'm using the following units on Linux. > > > > USES ports, dos, crt, graph, printer; > > > > readkey doesn't capture keystrokes as they're typed. It reads them all > > in sequence only after the user presses enter. This is unlike the way

Re: [fpc-pascal]Readkey

2004-08-20 Thread Marco van de Voort
> I'm using the following units on Linux. > > USES ports, dos, crt, graph, printer; > > readkey doesn't capture keystrokes as they're typed. It reads them all > in sequence only after the user presses enter. This is unlike the way > TP reads the kbd buffer. > > Am I doing something wrong?

[fpc-pascal]Readkey

2004-08-20 Thread Jeff Weeks
I'm using the following units on Linux. USES ports, dos, crt, graph, printer; readkey doesn't capture keystrokes as they're typed. It reads them all in sequence only after the user presses enter. This is unlike the way TP reads the kbd buffer. Am I doing something wrong? And Linux terminates