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