Don't close console window by default

This commit is contained in:
2020-06-12 12:01:19 +03:00
parent 7b632d7d69
commit c0078559bb
6 changed files with 5 additions and 6 deletions

View File

@@ -7,7 +7,7 @@ var
CursorXY: TCursorXY;
begin
InitConsole('Date/Time');
InitConsole('Date/Time', True);
CursorOff;
GotoXY(27, 11);