mirror of
https://github.com/davatorium/rofi.git
synced 2024-11-18 13:54:36 -05:00
[Doc] Clarify capitalize bug in manpage.
This commit is contained in:
parent
9d001aaaf7
commit
903def557b
2 changed files with 12 additions and 2 deletions
|
@ -787,9 +787,16 @@ The following options are available on pango 1.50.0 and up:
|
|||
\fB\fCuppercase\fR: Uppercase the text.
|
||||
.IP \(bu 2
|
||||
\fB\fClowercase\fR: Lowercase the text.
|
||||
|
||||
.RE
|
||||
|
||||
.PP
|
||||
The following option is disabled as pango crashes on this if there is eel
|
||||
upsizing or wrapping. This will be re-enabled once fixed:
|
||||
|
||||
.RS
|
||||
.IP \(bu 2
|
||||
\fB\fCcapitalize\fR: Capitalize the text.
|
||||
This is currently disabled because of a Pango bug.
|
||||
|
||||
.RE
|
||||
|
||||
|
|
|
@ -505,8 +505,11 @@ The following options are available on pango 1.50.0 and up:
|
|||
|
||||
* `uppercase`: Uppercase the text.
|
||||
* `lowercase`: Lowercase the text.
|
||||
|
||||
The following option is disabled as pango crashes on this if there is eel
|
||||
upsizing or wrapping. This will be re-enabled once fixed:
|
||||
|
||||
* `capitalize`: Capitalize the text.
|
||||
This is currently disabled because of a Pango bug.
|
||||
|
||||
## Line style
|
||||
|
||||
|
|
Loading…
Reference in a new issue