summaryrefslogtreecommitdiffstats
path: root/doc/rofi-theme.5.markdown
diff options
context:
space:
mode:
authorDave Davenport <qball@blame.services>2022-08-28 21:47:05 +0200
committerDave Davenport <qball@blame.services>2022-08-28 21:47:05 +0200
commitfce721a1053ad6d861834e9f3a9c96c20bf1eb6d (patch)
treef7adfca82636c27526d231b9bc0ce6451327d552 /doc/rofi-theme.5.markdown
parentcb6afae71ff376b87f992dbc573e790c496963ce (diff)
[Textbox] Add 'placeholder-markup' flag.
Fixes: #1690
Diffstat (limited to 'doc/rofi-theme.5.markdown')
-rw-r--r--doc/rofi-theme.5.markdown1
1 files changed, 1 insertions, 0 deletions
diff --git a/doc/rofi-theme.5.markdown b/doc/rofi-theme.5.markdown
index a61a125f..bf0f3630 100644
--- a/doc/rofi-theme.5.markdown
+++ b/doc/rofi-theme.5.markdown
@@ -929,6 +929,7 @@ The following properties are currently supported:
* **width**: override the desired width for the textbox.
* **content**: Set the displayed text (String).
* **placeholder**: Set the displayed text (String) when nothing is entered.
+* **placeholder-markup**: If true, placeholder text supports pango markup for stylizing.
* **placeholder-color**: Color of the placeholder text.
* **blink**: Enable/Disable blinking on an input textbox (Boolean).
* **markup**: Force markup on, beware that only valid pango markup strings are shown.