|
@@ -669,11 +669,13 @@ begin
|
|
Timer := nil;
|
|
Timer := nil;
|
|
CursorBlinkTimer := nil;
|
|
CursorBlinkTimer := nil;
|
|
Format := nil;
|
|
Format := nil;
|
|
|
|
+ PendingResize := nil;
|
|
FreeAndNil(KeyPressEvents);
|
|
FreeAndNil(KeyPressEvents);
|
|
CurrentWidth := 0;
|
|
CurrentWidth := 0;
|
|
CurrentHeight := 0;
|
|
CurrentHeight := 0;
|
|
CurrentWidthPixels := 0;
|
|
CurrentWidthPixels := 0;
|
|
CurrentHeightPixels := 0;
|
|
CurrentHeightPixels := 0;
|
|
|
|
+ FreeAndNil(CurrentFont);
|
|
end;
|
|
end;
|
|
|
|
|
|
procedure KVMUpdateScreen;
|
|
procedure KVMUpdateScreen;
|