initial commit

This commit is contained in:
jazz
2026-03-23 17:01:32 -05:00
parent d3c52fd18a
commit 33f7d4bcc4
16 changed files with 767 additions and 9 deletions

22
ct.1 Normal file
View File

@@ -0,0 +1,22 @@
.TH "Threaded Network Chat" 1
.SH NAME
\fBct\fR - Threaded Network Chat
.SH SYNOPSIS
.SY
./ct # start as server
./ct # start as client
/quit # while program running
.YS
.SH DESCRIPTION
.LP
This program is meant to run as two instances. One for a "host" or "server" user
to initiate a session and the other for a "client" user to join the host.
.LP
Messages are sent as buffered plain text with minimal processing, if any.