mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
Issue #414, add markup-rows to manpage
This commit is contained in:
parent
3f31620a3e
commit
d3633d103a
2 changed files with 13 additions and 2 deletions
|
@ -583,6 +583,11 @@ Reads from *file* instead of stdin.
|
||||||
|
|
||||||
Hide the input text. This should not be considered secure!
|
Hide the input text. This should not be considered secure!
|
||||||
|
|
||||||
|
`-markup-rows`
|
||||||
|
|
||||||
|
Tell **rofi** that DMenu input is pango markup encoded and should be rendered.
|
||||||
|
See [here](https://developer.gnome.org/pango/stable/PangoMarkupFormat.html) for details about pango markup.
|
||||||
|
|
||||||
|
|
||||||
### Message dialog
|
### Message dialog
|
||||||
|
|
||||||
|
|
10
doc/rofi.1
10
doc/rofi.1
|
@ -1,7 +1,7 @@
|
||||||
.\" generated with Ronn/v0.7.3
|
.\" generated with Ronn/v0.7.3
|
||||||
.\" http://github.com/rtomayko/ronn/tree/0.7.3
|
.\" http://github.com/rtomayko/ronn/tree/0.7.3
|
||||||
.
|
.
|
||||||
.TH "ROFI\-MANPAGE" "" "May 2016" "" ""
|
.TH "ROFI\-MANPAGE" "" "June 2016" "" ""
|
||||||
.
|
.
|
||||||
.SH "NAME"
|
.SH "NAME"
|
||||||
\fBrofi\fR \- A window switcher, run launcher, ssh dialog and dmenu replacement
|
\fBrofi\fR \- A window switcher, run launcher, ssh dialog and dmenu replacement
|
||||||
|
@ -271,7 +271,7 @@ Start in case sensitive mode\.
|
||||||
\fB\-cycle\fR
|
\fB\-cycle\fR
|
||||||
.
|
.
|
||||||
.P
|
.P
|
||||||
Cycle through the results list\. Default is 'true'\.
|
Cycle through the results list\. Default is \'true\'\.
|
||||||
.
|
.
|
||||||
.P
|
.P
|
||||||
\fB\-fuzzy\fR
|
\fB\-fuzzy\fR
|
||||||
|
@ -929,6 +929,12 @@ Reads from \fIfile\fR instead of stdin\.
|
||||||
.P
|
.P
|
||||||
Hide the input text\. This should not be considered secure!
|
Hide the input text\. This should not be considered secure!
|
||||||
.
|
.
|
||||||
|
.P
|
||||||
|
\fB\-markup\-rows\fR
|
||||||
|
.
|
||||||
|
.P
|
||||||
|
Tell \fBrofi\fR that DMenu input is pango markup encoded and should be rendered\. See here \fIhttps://developer\.gnome\.org/pango/stable/PangoMarkupFormat\.html\fR for details about pango markup\.
|
||||||
|
.
|
||||||
.SS "Message dialog"
|
.SS "Message dialog"
|
||||||
\fB\-e\fR \fImessage\fR
|
\fB\-e\fR \fImessage\fR
|
||||||
.
|
.
|
||||||
|
|
Loading…
Reference in a new issue