| Commit message (Collapse) | Author | Age | Files | Lines |
| |
|
|
|
|
|
| |
Includes:
- renamed exit to quit
- do not use else if for polling
- only display the error message once
|
| |
|
|
|
|
|
| |
Includes:
- Changed fillstr to use wide characters
- made the prompt box opaque
- More documentation on the code
|
| | |
|
| |
|
|
| |
Added keybinds descriptions in the readme.
|
|
|
This is a rewrite of v1 using arena's as memory allocators. The other
great difference is using wide strings by default (wchar_t) because that
will be needed in the future to print pretty UIs.
|