From 8a8516ba2b16450d60092bed83280b8383642721 Mon Sep 17 00:00:00 2001 From: mysticbbs Date: Sun, 17 Mar 2013 07:01:34 -0400 Subject: [PATCH] A30 --- mdl/m_output_windows.pas | 2 ++ 1 file changed, 2 insertions(+) diff --git a/mdl/m_output_windows.pas b/mdl/m_output_windows.pas index 58bdeb7..bfe60c2 100644 --- a/mdl/m_output_windows.pas +++ b/mdl/m_output_windows.pas @@ -73,6 +73,8 @@ Begin Region.Bottom := YPos - 1; WriteConsoleOutput(ConOut, @Line, BufSize, BufCoord, Region); + + Buffer[YPos] := Line; End; Procedure TOutputWindows.SetWindow (X1, Y1, X2, Y2 : Byte; Home: Boolean);