relocate cursor after window resize on shutdown
This commit is contained in:
parent
251e2cef37
commit
7ce0238f4b
|
@ -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;
|
||||
|
|
Loading…
Reference in New Issue