Commit graph

18 commits

Author SHA1 Message Date
acee93cf39 feat(console coloring): implemented base types 2025-10-20 09:22:00 -05:00
dad7db99d8 feat(console coloring): added printing error 2025-10-19 09:28:17 -05:00
7447d6ab45 feat(console coloring): removed the standard c lib 2025-10-19 08:06:38 -05:00
20db36cd82 feat(console coloring): added reset color for console 2025-10-18 10:00:59 -05:00
65ea3ab572 fix(console coloring): fixed check for \r in get character function 2025-10-18 09:51:31 -05:00
17d4c0e0f9 fix(console coloring): fixed enter for windows get character function 2025-10-18 09:46:24 -05:00
7499404f63 fix(console coloring): fixed get line duplicate variable in windows 2025-10-18 09:41:46 -05:00
1c5e1e046b feat(console coloring): added basic console coloring 2025-10-18 08:32:11 -05:00
b13018b7cd refactor(console input): added missing void to clear console function 2025-10-17 17:38:56 -05:00
e72a78543e feat(console input): implemented get line function 2025-10-17 17:37:14 -05:00
c74b7364f2 feat(console input): implemented clear console function 2025-10-17 17:24:39 -05:00
98129b3260 refactor(console input): changed name of console functions to include console 2025-10-17 17:06:23 -05:00
49f58a1c2b feat(console input): added get character function 2025-10-17 17:05:10 -05:00
c9ff202bc3 fix(console output): fixed windows console output handle initialization 2025-10-17 15:18:02 -05:00
39eb052853 feat(console output): added error handling to print function 2025-10-17 14:06:53 -05:00
a627d5ead5 feat(console output): implemented printing for linux using syscall 2025-10-17 13:46:23 -05:00
2357205470 feat(console output): implemented printing to console for windows 2025-10-17 13:16:22 -05:00
bdc3b26f97 feat(console output): added print function 2025-10-17 12:43:15 -05:00