[fpc-pascal] TurboVision is reborn as FOSS (again)
gabor
gabor at poczta.onet.pl
Tue Dec 22 00:42:50 CET 2020
W dniu 2020-12-21 o 23:41, Sven Barth via fpc-pascal pisze:
> The main restriction is that it only supports ShortString and thus has
> no Unicode support.
I wonder which type would be best suited to store a unicode character
(code point) for the screen buffer?
type
TScreenBuffer = array of record
Character: TypeForUnicodeCodepoint;
AttributeAndColor: TAttributeAndColor;
end;
MichaĆ
More information about the fpc-pascal
mailing list