relocate cursor after window resize on shutdown

This commit is contained in:
mysticbbs 2013-09-10 22:55:25 -04:00
parent 251e2cef37
commit 7ce0238f4b
1 changed files with 3 additions and 2 deletions

View File

@ -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;