forked from scott/threaded_network_chat
update readme
This commit is contained in:
@@ -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?
|
||||
|
||||
|
||||
Reference in New Issue
Block a user