diff options
author | June McEnroe <june@causal.agency> | 2018-08-11 15:49:39 -0400 |
---|---|---|
committer | June McEnroe <june@causal.agency> | 2018-08-11 15:49:39 -0400 |
commit | 461bfca37855b68ab7dab1a89d154bd483716840 (patch) | |
tree | 078902e698d862167481b1ce8013204ceebed153 /README | |
parent | Fix isSelf user checking (diff) | |
download | catgirl-461bfca37855b68ab7dab1a89d154bd483716840.tar.gz catgirl-461bfca37855b68ab7dab1a89d154bd483716840.zip |
Add term.c for extra terminal features
Look at the cute little state machine!
Diffstat (limited to '')
-rw-r--r-- | README | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/README b/README index 9a93b9d..a5e2421 100644 --- a/README +++ b/README @@ -9,6 +9,7 @@ This software requires LibreSSL and targets FreeBSD and Darwin. input.c Input command handling irc.c TLS client connection ui.c Curses UI and mIRC formatting + term.c Terminal features unsupported by curses edit.c Line editing tab.c Tab-complete url.c URL detection |