[PATCH] Correct scrollTtyOutput option documentation
Nick Hanley
nicholasjhanley at gmail.com
Mon Feb 13 02:13:43 CET 2023
-si|+si (scroll inhibit) has the opposite effect of scrollTtyOutput.
This is correctly documented in the options section but not under
resources.
---
doc/rxvt.1.pod | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/doc/rxvt.1.pod b/doc/rxvt.1.pod
index 99b30864..3f5fb218 100644
--- a/doc/rxvt.1.pod
+++ b/doc/rxvt.1.pod
@@ -905,9 +905,9 @@ thumb with the pointer on middle button press/drag.
=item B<scrollTtyOutput:> I<boolean>
-B<True>: scroll to bottom when tty receives output; option B<-si>.
+B<True>: scroll to bottom when tty receives output; option B<+si>.
B<False>: do not scroll to bottom when tty receives output; option
-B<+si>.
+B<-si>.
=item B<scrollWithBuffer:> I<boolean>
--
2.39.1
More information about the rxvt-unicode
mailing list