diff options
author | Michael Vetter <jubalh@iodoru.org> | 2022-03-30 12:53:11 +0200 |
---|---|---|
committer | Michael Vetter <jubalh@iodoru.org> | 2022-03-30 14:08:49 +0200 |
commit | 7301c9967602dd924251f74c06eeb93dc5afd00c (patch) | |
tree | 5e49f34cea249ce34b1b3145f501a40f4b3a8c22 /docs/profanity-presence.1 | |
parent | 9214b0a10a6935ec46d052fc2b08490f4b188736 (diff) | |
download | profani-tty-7301c9967602dd924251f74c06eeb93dc5afd00c.tar.gz |
Start new cycle
Diffstat (limited to 'docs/profanity-presence.1')
-rw-r--r-- | docs/profanity-presence.1 | 87 |
1 files changed, 0 insertions, 87 deletions
diff --git a/docs/profanity-presence.1 b/docs/profanity-presence.1 deleted file mode 100644 index 175b13d0..00000000 --- a/docs/profanity-presence.1 +++ /dev/null @@ -1,87 +0,0 @@ -.TH man 1 "2022-03-30" "0.12.0" "Profanity XMPP client" - -.SH NAME -/presence - -.SH DESCRIPTION -Show the contacts presence in the titlebar and configure presence messages in different window types. - -.SH SYNOPSIS -/presence titlebar on|off - -.LP -/presence console all|online|none - -.LP -/presence chat all|online|none - -.LP -/presence room all|online|none - -.LP - -.SH ARGUMENTS -.PP -\fBtitlebar on|off\fR -.RS 4 -Switch display of the contacts presence in the titlebar on or off. -.RE -.PP -\fBconsole all\fR -.RS 4 -Show all presence changes in the console window. -.RE -.PP -\fBconsole online\fR -.RS 4 -Show only online/offline presence changes in the console window. -.RE -.PP -\fBconsole none\fR -.RS 4 -Don't show any presence changes in the console window. -.RE -.PP -\fBchat all\fR -.RS 4 -Show all presence changes in the chat windows. -.RE -.PP -\fBchat online\fR -.RS 4 -Show only online/offline presence changes in chat windows. -.RE -.PP -\fBchat none\fR -.RS 4 -Don't show any presence changes in chat windows. -.RE -.PP -\fBroom all\fR -.RS 4 -Show all presence changes in chat room windows. -.RE -.PP -\fBroom online\fR -.RS 4 -Show only online/offline presence changes in chat room windows. -.RE -.PP -\fBroom none\fR -.RS 4 -Don't show any presence changes in chat room windows. -.RE - -.SH EXAMPLES -/presence titlebar off - -.LP -/presence console none - -.LP -/presence chat online - -.LP -/presence room all - -.LP |