Re: [fpc-devel] crt unit fix

2005-03-16 Thread Dr. Karl-Michael Schindler
On Mac OS X I could fix it by deleting line 463 and 464 of crt.pp. Then it works with ALL 6 different terminals (Terminal.app, X11, xterm, aterm, eterm, rxvt, mlterm) I have installed. Am 15.03.2005 um 10:20 schrieb Jonas Maebe: On 15 mrt 2005, at 08:51, Dr. Karl-Michael Schindler wrote: There

Re: [fpc-devel] crt unit fix

2005-03-16 Thread Jonas Maebe
On 16 mrt 2005, at 17:54, Dr. Karl-Michael Schindler wrote: On Mac OS X I could fix it by deleting line 463 and 464 of crt.pp. Then it works with ALL 6 different terminals (Terminal.app, X11, xterm, aterm, eterm, rxvt, mlterm) I have installed. Thanks, fixed (worked fine under Linux as well).

Re: [fpc-devel] crt unit fix

2005-03-16 Thread Michael Van Canneyt
On Wed, 16 Mar 2005, Dr. Karl-Michael Schindler wrote: Hi, When I was at the crt unit, I noticed that a number procedures are small (less then 5 lines of code) and called only once. Some others are quite general like scrollregion, but called only once with one line. In my opinion the code

Re: [fpc-devel] crt unit fix

2005-03-15 Thread Jonas Maebe
On 15 mrt 2005, at 08:51, Dr. Karl-Michael Schindler wrote: There is a endian related bug in the crt unit, which breaks the examples ex10 and ex11 of the crt docs. The following fixes the bug and makes the code more obvious. I suggest to replace the following two routines. Tested on Mac OS X.

[fpc-devel] crt unit fix

2005-03-14 Thread Dr. Karl-Michael Schindler
There is a endian related bug in the crt unit, which breaks the examples ex10 and ex11 of the crt docs. The following fixes the bug and makes the code more obvious. I suggest to replace the following two routines. Tested on Mac OS X. It fixes web bug 3788 (I submitted that one) and 3391 as