diff options
author | June McEnroe <june@causal.agency> | 2018-09-06 00:41:06 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2018-09-06 00:41:06 -0400 |
commit | bd48cb5e7df0820a72de27e156426f20e7233e78 (patch) | |
tree | 117147d40a4385052abd498591ac6a07f3f98cc2 /README | |
parent | Preserve scroll position when new lines appear (diff) | |
download | catgirl-bd48cb5e7df0820a72de27e156426f20e7233e78.tar.gz catgirl-bd48cb5e7df0820a72de27e156426f20e7233e78.zip |
Move event loop to event.c
Diffstat (limited to '')
-rw-r--r-- | README | 3 |
1 files changed, 2 insertions, 1 deletions
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 |