mirror of
https://github.com/vapaamies/KolibriOS.git
synced 2025-09-21 22:53:51 +02:00
Don't close console window by default
This commit is contained in:
@@ -7,7 +7,7 @@ var
|
||||
CursorXY: TCursorXY;
|
||||
|
||||
begin
|
||||
InitConsole('Date/Time');
|
||||
InitConsole('Date/Time', True);
|
||||
|
||||
CursorOff;
|
||||
GotoXY(27, 11);
|
||||
|
Reference in New Issue
Block a user