KoW for console applications added

This commit is contained in:
2021-01-08 18:39:17 +03:00
parent 305cd924f7
commit 5f3fca1705
29 changed files with 824 additions and 134 deletions

View File

@@ -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