diff options
author | June McEnroe <june@causal.agency> | 2020-09-01 20:35:17 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2020-09-01 20:36:50 -0400 |
commit | ded2b6afb602719a52c3b4934cec5327dc8d3d1a (patch) | |
tree | 6d4bda91296aebd66bdd53351a4854a5921fd648 /README.7 | |
parent | Move styleParse out of ui (diff) | |
download | catgirl-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.7 | 4 |
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 |