mirror of
https://gitlab.com/freepascal.org/fpc/source.git
synced 2025-08-17 20:49:09 +02:00
* reset LastCharWasDoubleWidth in the beginning of every line
git-svn-id: branches/unicodekvm@48780 -
This commit is contained in:
parent
f9cfc0aeb4
commit
ca1b315e27
@ -745,7 +745,6 @@ begin
|
|||||||
LastAttr:=7;
|
LastAttr:=7;
|
||||||
LastX:=-1;
|
LastX:=-1;
|
||||||
LastY:=-1;
|
LastY:=-1;
|
||||||
LastCharWasDoubleWidth:=False;
|
|
||||||
for y:=1 to ScreenHeight do
|
for y:=1 to ScreenHeight do
|
||||||
begin
|
begin
|
||||||
SpaceAttr:=0;
|
SpaceAttr:=0;
|
||||||
@ -753,6 +752,7 @@ begin
|
|||||||
LastLineWidth:=ScreenWidth;
|
LastLineWidth:=ScreenWidth;
|
||||||
If (y=ScreenHeight) And (Console=ttyFreeBSD) {And :am: is on} Then
|
If (y=ScreenHeight) And (Console=ttyFreeBSD) {And :am: is on} Then
|
||||||
LastLineWidth:=ScreenWidth-2;
|
LastLineWidth:=ScreenWidth-2;
|
||||||
|
LastCharWasDoubleWidth:=False;
|
||||||
for x:=1 to LastLineWidth do
|
for x:=1 to LastLineWidth do
|
||||||
begin
|
begin
|
||||||
if LastCharWasDoubleWidth then
|
if LastCharWasDoubleWidth then
|
||||||
|
Loading…
Reference in New Issue
Block a user