Re: [fpc-devel] Kit's development progress and research

2020-05-31 Thread J. Gareth Moreton
Well, I haven't managed to get much of a saving yet, probably due to how good FPC's memory manager is as well as the "nf_pass1_done" flag that minimises needless parsing of the nodes even when they're copied.  Ultimately it's not worth showcasing just yet, although I might be able to pick out

[fpc-devel] CursorOn/Off on Linux

2020-05-31 Thread Marco Borsari via fpc-devel
Hi, I have always thought the procedures for the cursor appearance have intentionally left blank on Linux, but it is not so. In packages/rtl-console/src/unix/crt.pp they make use of ttySendStr, investigating a little I found that variables InCnt, InHead, InTail and OutCnt are not initialized,