summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2024-07-11Release v0.4.2 (#31)HEADv0.4.2masterThijs Schreijer
2024-07-11fix(term): headers on yet another MinGW version (#30)Thijs Schreijer
2024-06-25Release v0.4.1v0.4.1Thijs
2024-06-25fix(*): msys2 requires conio.h headerThijs
2024-06-20Release v0.4.0 (#24)v0.4.0Thijs Schreijer
2024-06-19add system.CODEPAGE_UTF8 for 65001 codepageThijs Schreijer
2024-06-08switch termsize results to standard; rows, colsThijs Schreijer
2024-06-03fix docs, merging modulesThijs
2024-05-23cleanup and documentationThijs Schreijer
2024-05-23Windows fixes, some manual testsThijs
2024-05-23fix several testsThijs Schreijer
2024-05-22fix windows (manual) testsThijs
2024-05-22fixThijs Schreijer
2024-05-22drop debug lineThijs Schreijer
2024-05-20implement getconsoleflags testsThijs
2024-05-20add example for reading a line from the terminal, non-blockingThijs Schreijer
2024-05-07chore(keypressed): remove function keypressedThijs Schreijer
2024-05-07fix(readkey): add proper error handlingThijs Schreijer
2024-05-04switch "has" to "has_all_of" and "has_any_of"Thijs Schreijer
2024-04-30review: bitflags no comparison, extra testsThijs Schreijer
2024-04-30feat(term): getting/setting terminal config flagsThijs
2024-03-21chore(config): update editorconfig (#20)Thijs Schreijer
2023-12-16Release v0.3.0 (#11)v0.3.0Thijs Schreijer
2023-12-15fix(mingw): fix the windows build with MinGW (#10)Thijs Schreijer
2023-11-15feat(tty): add isatty()Thijs
2023-11-15feat(*): add environment variable and random functionsThijs Schreijer
2016-10-02Release v0.2.1v0.2.1Oscar Lim
2016-09-28Fix `clock_gettime` for Mac OS X 10.12Oscar Lim
2016-07-23Fix macOS 10.12 having `clock_gettime`Adam Grandquist
2016-05-08Release v0.2.0v0.2.0Oscar Lim
2016-05-08Support for monotimeOscar Lim
2016-04-10Release v0.1.1v0.1.1Oscar Lim
2016-04-09Fix compile errors for WindowsOscar Lim
2016-02-11Release v0.1.0v0.1.0Oscar Lim
2016-02-10Support for gettime and sleep functionsOscar Lim