diff options
| author | June McEnroe <june@causal.agency> | 2018-08-08 16:59:26 -0400 |
|---|---|---|
| committer | June McEnroe <june@causal.agency> | 2018-08-08 16:59:26 -0400 |
| commit | eac0f83efa3d6b1db2715c21d60b170a546ebc0a (patch) | |
| tree | c8db1326e24716e29d3c9b06e42527178d030fa1 /README | |
| parent | Set log marker on FocusOut event (diff) | |
| download | catgirl-eac0f83efa3d6b1db2715c21d60b170a546ebc0a.tar.gz catgirl-eac0f83efa3d6b1db2715c21d60b170a546ebc0a.zip | |
Factor out line editing to edit.c
Diffstat (limited to 'README')
| -rw-r--r-- | README | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/README b/README index 59079c1..db03f11 100644 --- a/README +++ b/README @@ -4,7 +4,8 @@ This software targets FreeBSD and requires LibreSSL. chat.h Shared state and function prototypes chat.c Command line parsing and poll loop - ui.c Curses UI, mIRC formatting, line editing + ui.c Curses UI and mIRC formatting + edit.c Line editing irc.c TLS client connection input.c Input command handling handle.c Incoming command handling |