aboutsummaryrefslogtreecommitdiff
path: root/v2/chatty.c
Commit message (Collapse)AuthorAgeFilesLines
* Let user quit when reconnectingRaymaekers Luca2024-10-251-23/+32
| | | | | | | Includes: - renamed exit to quit - do not use else if for polling - only display the error message once
* Wrap messages when exceeding available widthRaymaekers Luca2024-10-251-38/+198
| | | | | | | Includes: - Changed fillstr to use wide characters - made the prompt box opaque - More documentation on the code
* fixed bug not allow sending empty messageRaymaekers Luca2024-10-251-0/+2
|
* Bind Ctrl+W to erase word behind cursorRaymaekers Luca2024-10-251-0/+19
| | | | Added keybinds descriptions in the readme.
* Initial draft for v2Raymaekers Luca2024-10-241-0/+260
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.