From 461bfca37855b68ab7dab1a89d154bd483716840 Mon Sep 17 00:00:00 2001 From: Curtis McEnroe Date: Sat, 11 Aug 2018 15:49:39 -0400 Subject: Add term.c for extra terminal features Look at the cute little state machine! --- README | 1 + 1 file changed, 1 insertion(+) (limited to 'README') 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 -- cgit 1.4.0 commit dontfiles
summary refs log tree commit diff
path: root/home/.config/git (unfollow)
Commit message (Collapse)Author
2018-08-18Run tf/cfg link script with /bin/shJune McEnroe
2018-08-18Run {,s,t}up with /bin/shJune McEnroe
2018-08-18Use whence instead of typeJune McEnroe
type is an alias for whence -v and is more for human consumption.
2018-08-18Cut off path components until right prompt fitsJune McEnroe
Keeps paths valid (from somehwere) rather than abrupt truncation.
2018-08-17Add "private" alias to source encrypted fileJune McEnroe
Why is there no easy way to *edit* an encrypted file?
2018-08-17Add vim mapping to add a #includeJune McEnroe