summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDave Davenport <qball@gmpclient.org>2020-04-01 14:00:48 +0200
committerDave Davenport <qball@gmpclient.org>2020-04-01 14:00:48 +0200
commitfb290f9cde1e838a4d65b25c0174cde19250335d (patch)
tree62079751cc5800e65fdc797c4dfccd599faec40f
parentaa07b8ef9475032634492f42a4f568c01fc47763 (diff)
[Script] Update manpage with delim option.
-rw-r--r--doc/rofi-script.52
-rw-r--r--doc/rofi-script.5.markdown1
2 files changed, 3 insertions, 0 deletions
diff --git a/doc/rofi-script.5 b/doc/rofi-script.5
index 43acc8fd..3c60b580 100644
--- a/doc/rofi-script.5
+++ b/doc/rofi-script.5
@@ -86,6 +86,8 @@ The following extra options exists:
\fBurgent\fP: Mark rows as urgent. (for syntax see the urgent option in dmenu mode)
.IP \(bu 2
\fBactive\fP: Mark rows as active. (for syntax see the active option in dmenu mode)
+.IP \(bu 2
+\fBdelim\fP: Set the delimiter for for next rows. Default is '\\n' and this option should finish with this.
.SH Parsing row options
.PP
diff --git a/doc/rofi-script.5.markdown b/doc/rofi-script.5.markdown
index dae1dc33..c0e9570d 100644
--- a/doc/rofi-script.5.markdown
+++ b/doc/rofi-script.5.markdown
@@ -64,6 +64,7 @@ The following extra options exists:
* **markup-rows**: If 'true' renders markup in the row.
* **urgent**: Mark rows as urgent. (for syntax see the urgent option in dmenu mode)
* **active**: Mark rows as active. (for syntax see the active option in dmenu mode)
+ * **delim**: Set the delimiter for for next rows. Default is '\n' and this option should finish with this.
## Parsing row options