From 903def557b0b0dd30317f528413fc20fea1d9282 Mon Sep 17 00:00:00 2001 From: Dave Davenport Date: Sat, 30 Jul 2022 15:07:11 +0200 Subject: [PATCH] [Doc] Clarify capitalize bug in manpage. --- doc/rofi-theme.5 | 9 ++++++++- doc/rofi-theme.5.markdown | 5 ++++- 2 files changed, 12 insertions(+), 2 deletions(-) diff --git a/doc/rofi-theme.5 b/doc/rofi-theme.5 index f19cdf03..3d3eabeb 100644 --- a/doc/rofi-theme.5 +++ b/doc/rofi-theme.5 @@ -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 diff --git a/doc/rofi-theme.5.markdown b/doc/rofi-theme.5.markdown index acbd131d..83b70239 100644 --- a/doc/rofi-theme.5.markdown +++ b/doc/rofi-theme.5.markdown @@ -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