about summary refs log tree commit diff
diff options
context:
space:
mode:
authorJune McEnroe <june@causal.agency>2022-02-23 18:05:10 -0500
committerJune McEnroe <june@causal.agency>2022-02-23 18:05:10 -0500
commitf51e7b4d2cc601bef8f22d5061ff8fafb012d671 (patch)
treee863f65fed455792a2b1fe98dd67db2a6d2759d7
parentAdd missing unistd.h include in input.c (diff)
downloadcatgirl-f51e7b4d2cc601bef8f22d5061ff8fafb012d671.tar.gz
catgirl-f51e7b4d2cc601bef8f22d5061ff8fafb012d671.zip
Give examples of "general events" 2.1
-rw-r--r--catgirl.16
1 files changed, 4 insertions, 2 deletions
diff --git a/catgirl.1 b/catgirl.1
index 21eb82e..e9b124b 100644
--- a/catgirl.1
+++ b/catgirl.1
@@ -326,7 +326,8 @@ The default port is 6697.
 .It Fl q | Cm quiet
 Raise the default message visibility threshold
 for new windows,
-hiding general events.
+hiding general events
+(joins, quits, etc.).
 .
 .It Fl r Ar real | Cm real No = Ar real
 Set realname to
@@ -765,7 +766,8 @@ Scroll down a page.
 .It Ic M-+
 Raise message visibility threshold,
 hiding ignored messages,
-general events,
+general events
+(joins, quits, etc.),
 or non-highlighted messages.
 .It Ic M--
 Lower message visibility threshold,
0-09-29 14:48:15 -0400'>2020-09-29Import LibreSSL 3.2.1June McEnroe 2020-09-29import: Add m4/ax_add_fortify_source.m4June McEnroe 2020-08-05build: Add README.7 to EXTRA_DIST 3.2.0June McEnroe 2020-08-03doc: Indicate that only OpenSSL 1.1.1b and newer workJune McEnroe