diff --git a/README.md b/README.md index 44a1d98..4f3d94c 100644 --- a/README.md +++ b/README.md @@ -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?