From 7d5c4538ec3f5218f5d61758e2dcad3412bcd18c Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Tue, 5 Jan 2021 11:39:07 -0500 Subject: Update tagline --- www/git.causal.agency/cgitrc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'www') diff --git a/www/git.causal.agency/cgitrc b/www/git.causal.agency/cgitrc index c187e1ee..e29ad7dd 100644 --- a/www/git.causal.agency/cgitrc +++ b/www/git.causal.agency/cgitrc @@ -1,5 +1,5 @@ root-title=causal agency -root-desc=“then I'm sorry, no offence, but you write toy programs.” +root-desc=“I think some people from the Gentoo project are behind this.” clone-url=https://$HTTP_HOST/$CGIT_REPO_URL snapshots=tar.gz zip -- cgit 1.4.1 de3390970ac7864511cd36f6'>this commit dontfiles
summary refs log tree commit diff
path: root/bin/1sh/libedit/chared.c (unfollow)
Commit message (Collapse)Author
2019-07-12Use -s to infer terminal sizeJune McEnroe
2019-07-12Add DCH to shottyJune McEnroe
This makes htop mostly work. Scrolling region still missing.
2019-07-12Support insert mode in shottyJune McEnroe
This is how curses puts characters into the bottom-right cell of the terminal.
2019-07-11Don't do carriage return on line feedJune McEnroe
2019-07-11Interpret 256color-style SGRsJune McEnroe
2019-07-11Use inline style rather than <b>, <i>, <u>June McEnroe
2019-07-11Factor out clearJune McEnroe
2019-07-11Add bright option to shottyJune McEnroe
2019-07-11Output <b>, <i>, <u> in shottyJune McEnroe
2019-07-10Ignore SM and RMJune McEnroe
2019-07-09Add shotty man page and build itJune McEnroe
2019-07-09Add up -cJune McEnroe
2019-07-09Add options for default colors to shottyJune McEnroe
2019-07-08Use char literals consistentlyJune McEnroe