about summary refs log tree commit diff
path: root/README.7
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2022-02-19 18:28:45 -0500
committerJune McEnroe <june@causal.agency>2022-02-19 18:28:45 -0500
commit3359a5d69b0fe3c08812f7db83e27958ffec820f (patch)
treef3a358df92531a55880e0d5c793b6ed963e76920 /README.7
parentEnable -Wmissing-prototypes (diff)
downloadcatgirl-3359a5d69b0fe3c08812f7db83e27958ffec820f.tar.gz
catgirl-3359a5d69b0fe3c08812f7db83e27958ffec820f.zip
Factor out window management to window.c
Diffstat (limited to 'README.7')
-rw-r--r--README.74
1 files changed, 3 insertions, 1 deletions
diff --git a/README.7 b/README.7
index 8f13f7c..b98b589 100644
--- a/README.7
+++ b/README.7
@@ -1,5 +1,5 @@
 .\" To view this file, run: man ./README.7
-.Dd February 12, 2022
+.Dd February 19, 2022
 .Dt README 7
 .Os "Causal Agency"
 .
@@ -181,6 +181,8 @@ startup and event loop
 IRC connection and parsing
 .It Pa ui.c
 curses interface
+.It Pa window.c
+window management
 .It Pa handle.c
 IRC message handling
 .It Pa command.c