From bd48cb5e7df0820a72de27e156426f20e7233e78 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Thu, 6 Sep 2018 00:41:06 -0400 Subject: Move event loop to event.c --- README | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'README') diff --git a/README b/README index be2c84b..9c86694 100644 --- a/README +++ b/README @@ -3,7 +3,8 @@ IRC client originally intended for use over anonymous SSH. This software requires LibreSSL and targets FreeBSD and Darwin. chat.h Shared state and function prototypes - chat.c Command line parsing and event loop + chat.c Command line parsing + event.c Event loop and process spawning tag.c Tag (channel, query) ID assignment handle.c Incoming command handling input.c Input command handling -- cgit 1.4.1 aster dontfiles
summary refs log tree commit diff
path: root/doc/zlib/gzeof.3 (unfollow)
Commit message (Collapse)Author
2024-05-22Remove use of sysexits.hJune McEnroe
2024-05-22Add photo descriptions from 05-03 and 05-06June McEnroe
2024-05-21Fix = precedence in whenJune McEnroe