update readme

This commit is contained in:
2026-03-19 23:19:17 -05:00
parent d3c5518db1
commit 9c75a62140

View File

@@ -1,9 +1,12 @@
# threaded network chat refactor
The functions have been split into semantically appropriate files but almost nothing whatsoever
has been modified.
I have split functions semantically into different files and tied all global variables together in
`public.h` so they work without modifications.
It APPEARS that this version actually works. I tested it a little.
Additional changes:
- Fixed the dreaded bug where you have to launch the program twice to make it work
- Adjusted the ncurses stuff a bit so it doesn't look as janky
- Changed server/client mode (`mode` variable) from an integer to an enum (still works as an integer)
## What now?