mirror of
https://github.com/vapaamies/KolibriOS.git
synced 2025-09-22 07:03:53 +02:00
KoW for console applications added
This commit is contained in:
@@ -13,7 +13,7 @@ var
|
||||
Color: Byte;
|
||||
|
||||
begin
|
||||
InitConsole('Console Colors');
|
||||
InitConsole('Console Colors', False, 30, 33, 30, 33);
|
||||
|
||||
for Color := Low(ColorName) to High(ColorName) do
|
||||
begin
|
||||
|
Reference in New Issue
Block a user