mirror of
https://github.com/vapaamies/KolibriOS.git
synced 2025-09-22 15:13:49 +02:00
Don't close console window by default
This commit is contained in:
@@ -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);
|
||||
|
||||
|
Reference in New Issue
Block a user