Age | Commit message (Collapse) | Author |
|
|
|
|
|
Includes:
- Using u32/u8 instead of int/char
- Add function prototypes
- Use magenta for other users
- remove input_len parameter to screen_home
|
|
This is because for sending, receiving & closing serverfd variable was
used instead of `fds[FDS_SERVER].fd`.
|
|
|
|
- added fg_pfx and bg_pfx for the prefix string in tb_printf_wrap()
- removed text_len from tb_printf_wrap() in favor of simple loop
- added disconnect popup when the server is not connected
|
|
|
|
Includes:
- increase the limit
- update with sources
- remove arena include in send.c
|
|
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.
|