diff options
author | June McEnroe <june@causal.agency> | 2022-02-19 20:20:19 -0500 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2022-02-19 20:20:19 -0500 |
commit | 073cebec7a5a07ab2b829e40ce47ec3b1d774bd9 (patch) | |
tree | ad20f89bb88ca5bd3499c2628b03a00d67985a4c /README.7 | |
parent | Factor out window management to window.c (diff) | |
download | catgirl-073cebec7a5a07ab2b829e40ce47ec3b1d774bd9.tar.gz catgirl-073cebec7a5a07ab2b829e40ce47ec3b1d774bd9.zip |
Factor out input handling to input.c
Diffstat (limited to 'README.7')
-rw-r--r-- | README.7 | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/README.7 b/README.7 index b98b589..dd0020d 100644 --- a/README.7 +++ b/README.7 @@ -183,10 +183,12 @@ IRC connection and parsing curses interface .It Pa window.c window management +.It Pa input.c +input handling .It Pa handle.c IRC message handling .It Pa command.c -input command handling +command handling .It Pa buffer.c line wrapping .It Pa edit.c |