about summary refs log tree commit diff
path: root/README
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2018-08-11 15:49:39 -0400
committerJune McEnroe <june@causal.agency>2018-08-11 15:49:39 -0400
commit461bfca37855b68ab7dab1a89d154bd483716840 (patch)
tree078902e698d862167481b1ce8013204ceebed153 /README
parentFix isSelf user checking (diff)
downloadcatgirl-461bfca37855b68ab7dab1a89d154bd483716840.tar.gz
catgirl-461bfca37855b68ab7dab1a89d154bd483716840.zip
Add term.c for extra terminal features
Look at the cute little state machine!
Diffstat (limited to 'README')
-rw-r--r--README1
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