summary refs log tree commit diff
path: root/catgirl.1
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2022-02-03 22:10:54 -0500
committerJune McEnroe <june@causal.agency>2022-02-03 22:10:54 -0500
commit8dec54801c210ecbd833e517fb7b1cbeabc3cf1f (patch)
tree572c9fbd732269e63d49e42b3ec349bf7a842cf4 /catgirl.1
parentAdd C-z s to set spoiler text (diff)
downloadcatgirl-8dec54801c210ecbd833e517fb7b1cbeabc3cf1f.tar.gz
catgirl-8dec54801c210ecbd833e517fb7b1cbeabc3cf1f.zip
Add M-s to (temporarily) reveal spoiler text
Diffstat (limited to 'catgirl.1')
-rw-r--r--catgirl.12
1 files changed, 2 insertions, 0 deletions
diff --git a/catgirl.1 b/catgirl.1
index 7b9af11..34b9718 100644
--- a/catgirl.1
+++ b/catgirl.1
@@ -699,6 +699,8 @@ Insert a blank line in the window.
 Scroll to next highlight.
 .It Ic M-p
 Scroll to previous highlight.
+.It Ic M-s
+Reveal spoiler text.
 .It Ic M-t
 Toggle timestamps.
 .It Ic M-u
c/commit/bin/qf.c?id=867f1c9743e0cecab44b07324ef3108bb0f2160a&follow=1'>Set TABSIZE=4June McEnroe Absolutely indiscriminately. 2022-06-02Do basic match highlightingJune McEnroe 2022-06-02Clean up parsing a littleJune McEnroe 2022-06-02Don't duplicate path stringJune McEnroe 2022-06-02Use stderr instead of /dev/tty, realloc buffer if lines too longJune McEnroe For some reason I haven't been able to figure out, trying to poll /dev/tty returns POLLNVAL (and this was using 100% CPU looping), but using stderr instead works fine. 2022-06-02Add initial working version of qfJune McEnroe 2022-05-29Set prompt for okshJune McEnroe