From 78c7d31de6206fee4f818aa941d8f781c514346d Mon Sep 17 00:00:00 2001 From: June McEnroe Date: Sun, 18 Apr 2021 15:31:13 -0400 Subject: Add -R reverse typer --- bin/man1/typer.1 | 9 +++++++-- 1 file changed, 7 insertions(+), 2 deletions(-) (limited to 'bin/man1') diff --git a/bin/man1/typer.1 b/bin/man1/typer.1 index 11856406..a3b0eb90 100644 --- a/bin/man1/typer.1 +++ b/bin/man1/typer.1 @@ -1,4 +1,4 @@ -.Dd March 23, 2021 +.Dd April 18, 2021 .Dt TYPER 1 .Os . @@ -8,7 +8,7 @@ . .Sh SYNOPSIS .Nm -.Op Fl Pv +.Op Fl PRv .Op Fl c Ar cert .Op Fl n Ar nick .Op Fl p Ar port @@ -26,6 +26,11 @@ The arguments are as follows: Request the .Sy causal.agency/passive vendor-specific capability. +.It Fl R +Reverse +.Nm . +Send other users' typing indicators +as regular messages for all to see. .It Fl c Ar cert Use the TLS client certificate and private key loaded from -- cgit 1.4.1
summary refs log tree commit diff
path: root/bin/1sh (unfollow)
Commit message (Expand)Author
2019-07-06Remove redundant includeJune McEnroe
2019-07-06Add CSS output to schemeJune McEnroe
2019-07-01Add diff syntax to hiJune McEnroe
2019-07-01Use env.sh as 1sh todo listJune McEnroe
2019-06-29Clean up 1sh prompt settingJune McEnroe
2019-06-29Add Parable of the TalentsJune McEnroe
2019-06-28Rename catsh to 1shJune McEnroe
2019-06-28Set HISTSIZE in catshJune McEnroe
2019-06-28Unset iflag when exiting catshJune McEnroe
2019-06-24Consolidate catsh history documentationJune McEnroe
2019-06-19Set LESS=FRXJune McEnroe
2019-06-16Alias date=ddateJune McEnroe
2019-06-15Set sensitivity by slot in TF2June McEnroe
2019-06-15Add AcceptanceJune McEnroe
2019-06-07Add variables to bitJune McEnroe
2019-06-05Add A Closed and Common OrbitJune McEnroe
2019-06-02Add RebornJune McEnroe
2019-05-30Add bit to bin.7June McEnroe
2019-05-30Simplify and build bitJune McEnroe
2019-05-29Add xx -p optionJune McEnroe
2019-05-27Add FrontierJune McEnroe
2019-05-27Break nicks with ZWNJJune McEnroe
2019-05-26Add DawnJune McEnroe
2019-05-20Declare vasprintf(3) for GNUJune McEnroe
2019-05-20Fix comparison warning in ttpreJune McEnroe
2019-05-20Add AuthorityJune McEnroe
2019-05-19Specify precedence of unary versions of operatorsJune McEnroe
2019-05-18Add compound assignment operators to orderJune McEnroe
2019-05-15Support simple assignment in orderJune McEnroe
2019-05-15Implement sizeof in orderJune McEnroe
2019-05-15Add orderJune McEnroe
2019-05-12Add T suffix in bitJune McEnroe
2019-05-10Highlight yacc and lex files as CJune McEnroe
2019-05-10Use val instead of suboptargJune McEnroe
2019-05-09Add Parable of the SowerJune McEnroe
2019-05-07Add bit without buildJune McEnroe
2019-05-04Fix MANDIR typoJune McEnroe
2019-05-04Move relay to binJune McEnroe