diff options
author | Kylie McClain <kylie@somas.is> | 2022-03-01 20:17:25 -0500 |
---|---|---|
committer | Kylie McClain <kylie@somas.is> | 2022-03-01 20:17:25 -0500 |
commit | 11aa8aefb6aa62bf0ffbd3701037daf147dd19d3 (patch) | |
tree | 1a3326ab200bfcd28347d80bc7f0651b4b1bb5a9 /README.7 | |
parent | chat.c: o pona e toki lon open ilo (diff) | |
parent | Specify commands which depend on caps (diff) | |
download | catgirl-11aa8aefb6aa62bf0ffbd3701037daf147dd19d3.tar.gz catgirl-11aa8aefb6aa62bf0ffbd3701037daf147dd19d3.zip |
Merge branch 'master' of git.causal.agency:pub/catgirl into somasis/tokipona
Diffstat (limited to 'README.7')
-rw-r--r-- | README.7 | 14 |
1 files changed, 9 insertions, 5 deletions
diff --git a/README.7 b/README.7 index 5a614e8..32ee50f 100644 --- a/README.7 +++ b/README.7 @@ -1,5 +1,5 @@ .\" To view this file, run: man ./README.7 -.Dd June 28, 2021 +.Dd February 19, 2022 .Dt README 7 .Os "Causal Agency" . @@ -132,7 +132,7 @@ $ make all .Pp Packagers are encouraged to patch in their own text macros in -.Pa edit.c . +.Pa input.c . . .Pp If installing @@ -167,8 +167,8 @@ to stop and start on system sleep and wake. Install it as follows: .Bd -literal -offset indent -$ make scripts/sandman -# make install-sandman +$ make -C scripts sandman +# make -C scripts install .Ed . .Sh FILES @@ -181,10 +181,14 @@ startup and event loop IRC connection and parsing .It Pa ui.c 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 |