27 lines
393 B
Markdown
27 lines
393 B
Markdown
# Threaded Network Chat
|
|
|
|
## TODO
|
|
|
|
- Improve documentation
|
|
- Fix cursor going in the wrong place when either user receives a message
|
|
|
|
## Build
|
|
|
|
```
|
|
make
|
|
```
|
|
|
|
## Usage
|
|
|
|
```
|
|
./ct -m server # run as server
|
|
```
|
|
|
|
```
|
|
./ct -m client # run as client
|
|
```
|
|
|
|
Running the program without any options will print a help page with more information.
|
|
|
|
Chat logs are stored in `./server.txt` and `./client.txt`.
|