From 6842cc755ed186793c3b2fd2736e6efb497e52e7 Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Thu, 8 May 2025 17:08:03 -0400 Subject: Add a testimonial --- README.7 | 6 +++++- 1 file changed, 5 insertions(+), 1 deletion(-) diff --git a/README.7 b/README.7 index 878e7ce..c4f82e8 100644 --- a/README.7 +++ b/README.7 @@ -1,5 +1,5 @@ .\" To view this file: $ man ./README.7 -.Dd May 22, 2024 +.Dd May 8, 2025 .Dt README 7 .Os "Causal Agency" . @@ -109,6 +109,10 @@ TLS is now ubiquitous and certificates are easy to obtain. .El . +.Sh TESTIMONIALS +.Dq catgirl has like the best scrolling i've ever used in a terminal application +.D1 \(em my friend kylie +. .Sh INSTALLING .Nm requires ncurses and -- cgit 1.4.1 dc114'>this commit dontfiles
summary refs log tree commit diff
path: root/bin/dash/src/mksyntax.c (unfollow)
Commit message (Collapse)Author
2021-02-06Enable tapping, reverse scroll, set scaling in wsconsctlJune McEnroe
2021-02-06Set root window to black on purple snowJune McEnroe
2021-02-06Add xmodmap configurationJune McEnroe
2021-02-06Add initial OpenBSD X configurationJune McEnroe
cwm still needs a lot more rebinding, and I need to actually look at its other options. xterm definitely still needs some configuration, but I at least managed to get it to use a decent looking font. Very happy that OpenBSD includes Luxi Mono, which is what my usual font, Go Mono, is based on anyway. Still missing is xmodmap and such.
2021-02-06Add xterm output to schemeJune McEnroe