From 7ce0238f4b1ffc392115e502c3538e0aa9719ba1 Mon Sep 17 00:00:00 2001 From: mysticbbs Date: Tue, 10 Sep 2013 22:55:25 -0400 Subject: [PATCH] relocate cursor after window resize on shutdown --- mdl/m_output_linux.pas | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/mdl/m_output_linux.pas b/mdl/m_output_linux.pas index 6fbb162..4107191 100644 --- a/mdl/m_output_linux.pas +++ b/mdl/m_output_linux.pas @@ -1,7 +1,7 @@ -{$I M_OPS.PAS} - Unit m_Output_Linux; +{$I M_OPS.PAS} + Interface Uses @@ -129,6 +129,7 @@ Begin // RestoreRawSettings(SavedTerm); SetWindow (1, 1, TermXSize, TermYSize, False); + CursorXY (FCursorX, FCursorY); SetRawMode (False); Inherited Destroy;