about summary refs log tree commit diff stats
path: root/arc/.traces/convert-braces-label-increments-offset
blob: a87932fc28c245f8253ab2d9a64c8d9353e90452 (plain) (blame)
1
2
3
4
5
6
7
c{0: 0 (((1 integer)) <- ((copy)) ((0 literal))) -- nil
c{0: 1 (((break))) -- ((open 1))
c{0: 2 foo -- ((open 1))
c{0: 3 (((2 integer)) <- ((copy)) ((0 literal))) -- ((close 3) (open 1))
c{1: 0 ✓ (((1 integer)) <- ((copy)) ((0 literal)))
c{1: 1 X (((break))) => (((jump)) ((1 offset)))
c{1: 3 ✓ (((2 integer)) <- ((copy)) ((0 literal)))
span> "0.13.0" "Profanity XMPP client" .SH NAME /invite .SH DESCRIPTION Manage room invites. Send an invite to a contact for the current chat room. List received invites. Decline them using /invite decline and accept them using /join. .SH SYNOPSIS /invite send <contact> [<message>] .LP /invite list .LP /invite decline .LP .SH ARGUMENTS .PP \fBsend <contact> [<message>]\fR .RS 4 The contact you wish to invite. And an optional message. .RE .PP \fBlist\fR .RS 4 Show all rooms that you have been invited to, and not accepted or declined. .RE .PP \fBdecline <room>\fR .RS 4 Decline a chat room invitation. .RE .SH EXAMPLES /invite send gustavo@pollos.tx .LP /invite decline profanity@rooms.dismail.de .LP /invite list .LP