> Marco van de Voort wrote: > >> the keyboard unit execute a setuid root helper to which it communicates > >> through a pipe. > > > > This would introduce quite some linux specific code on a lot of already > > complicated points to the IDE. > > I'm not so sure - refreshing the keyboard and video status after coming > back from a spawned program or shell should be provided as a standard > functionality within InitKeyboard and InitVideo calls, shouldn't it?
In general, yes. But this complicates the matter because not all kbd programs need it (only the ones that patch), and in general it goes way beyond a simple state save, with all its IPC. _______________________________________________ fpc-devel maillist - [email protected] http://lists.freepascal.org/mailman/listinfo/fpc-devel
