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;
|
Unit m_Output_Linux;
|
||||||
|
|
||||||
|
{$I M_OPS.PAS}
|
||||||
|
|
||||||
Interface
|
Interface
|
||||||
|
|
||||||
Uses
|
Uses
|
||||||
|
@ -129,6 +129,7 @@ Begin
|
||||||
// RestoreRawSettings(SavedTerm);
|
// RestoreRawSettings(SavedTerm);
|
||||||
|
|
||||||
SetWindow (1, 1, TermXSize, TermYSize, False);
|
SetWindow (1, 1, TermXSize, TermYSize, False);
|
||||||
|
CursorXY (FCursorX, FCursorY);
|
||||||
SetRawMode (False);
|
SetRawMode (False);
|
||||||
|
|
||||||
Inherited Destroy;
|
Inherited Destroy;
|
||||||
|
|
Loading…
Reference in New Issue