Commit message (Collapse) | Author | Files | Lines | ||
---|---|---|---|---|---|
2024-05-07 | fix(readkey): add proper error handling | Thijs Schreijer | 1 | -4/+25 | |
2024-05-04 | switch "has" to "has_all_of" and "has_any_of" | Thijs Schreijer | 4 | -27/+64 | |
2024-04-30 | review: bitflags no comparison, extra tests | Thijs Schreijer | 2 | -37/+15 | |
2024-04-30 | feat(term): getting/setting terminal config flags | Thijs | 17 | -8/+1794 | |
2024-03-24 | chore(test): add tests (manual) for isatty terminal function (#22) | Thijs Schreijer | 7 | -4/+140 | |
2024-03-21 | chore(config): update editorconfig (#20) | Thijs Schreijer | 2 | -11/+11 | |
Lua was duplicated and C was missing. Updated the 1 C file that deviated in whitespace as well. | |||||
2024-03-19 | chore(readme): fix label description (#19) | Thijs Schreijer | 1 | -1/+1 | |
Description still mentioned Unix only and had a Linux logo | |||||
2024-03-19 | chore(ci): macos-latest + windows-latest (#17) | Thijs Schreijer | 4 | -90/+110 | |
Co-authored-by: Hisham Muhammad <hisham@gobolinux.org> |