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

@@ -32,7 +32,7 @@ const
Yellow = 14;
White = 15;
procedure InitConsole(Title: PKolibriChar; CloseWindowOnExit: Boolean = True;
procedure InitConsole(Title: PKolibriChar; CloseWindowOnExit: Boolean = False;
WndWidth: LongWord = $FFFFFFFF; WndHeight: LongWord = $FFFFFFFF; ScrWidth: LongWord = $FFFFFFFF; ScrHeight: LongWord = $FFFFFFFF);
procedure SetTitle(Title: PKolibriChar);