From 9c75a62140bf1ca49adb55f3cfb7bea4401a1f7b Mon Sep 17 00:00:00 2001 From: "jazz (gitea)" Date: Thu, 19 Mar 2026 23:19:17 -0500 Subject: [PATCH] update readme --- README.md | 9 ++++++--- 1 file changed, 6 insertions(+), 3 deletions(-) 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?