Re: [fpc-pascal]Linux RedHat v.8.0, fpc and Characters Set output.

2003-07-01 Thread Alex Dingle
On Tue, Jul 01, 2003 at 09:36:55AM +0200, Michael Van Canneyt wrote: > > > On Mon, 30 Jun 2003 [EMAIL PROTECTED] wrote: > > > When using a character: ej. chr(254) and others, the "Terminal" window (in > > X mode (Graphic mode) using "startx") in Linux RH 8.0 show a "?" instead > > of the apropia

[fpc-pascal]text color problems under linux w/ocrt

2003-06-30 Thread Alex Dingle
In the process of porting an old DOS game to linux using fpc, I'm having some trouble getting the textcolor(0)/textbackground(0) and textcolor(8)/textbackground(0) color combinations to display properly using ocrt and ncrt. textcolor(0)/textbackground(0) displays as white text on a black backgroun

Re: [fpc-pascal]ocrt question

2003-06-30 Thread Alex Dingle
On Mon, Jun 30, 2003 at 07:55:25AM +0200, Rainer Hantsch wrote: > Hi! > > In your situation, I would insert a "virtual screen" between your application > and execution of ncurses calls. All write opertions should also be stored into > an array hereby, and when reading, use this array instead of a

[fpc-pascal]ocrt question

2003-06-28 Thread Alex Dingle
Hello. I'm currently in the process of porting an old DOS game to linux using fpc and the ocrt module. The game makes extensive use of high ascii characters. Sometimes, if I do : nwriteAC(nscreen, x, y, color, char1); char2 := byte((nReadScr(x,y,1))[1]); char2 will be different from char1, beca