about summary refs log tree commit diff
path: root/README.7
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2020-09-01 20:35:17 -0400
committerJune McEnroe <june@causal.agency>2020-09-01 20:36:50 -0400
commitded2b6afb602719a52c3b4934cec5327dc8d3d1a (patch)
tree6d4bda91296aebd66bdd53351a4854a5921fd648 /README.7
parentMove styleParse out of ui (diff)
downloadcatgirl-ded2b6afb602719a52c3b4934cec5327dc8d3d1a.tar.gz
catgirl-ded2b6afb602719a52c3b4934cec5327dc8d3d1a.zip
Factor buffer out of ui
In preparation for doing line wrapping outside of ncurses.
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 6842fd3..aa05fac 100644
--- a/README.7
+++ b/README.7
@@ -1,4 +1,4 @@
-.Dd August  4, 2020
+.Dd September  1, 2020
 .Dt README 7
 .Os "Causal Agency"
 .\" To view this file, run: man ./README.7
@@ -154,6 +154,8 @@ curses interface
 IRC message handling
 .It Pa command.c
 input command handling
+.It Pa buffer.c
+line wrapping
 .It Pa edit.c
 line editing
 .It Pa complete.c