summaryrefslogtreecommitdiffstats
path: root/DOCS/man/console.rst
diff options
context:
space:
mode:
Diffstat (limited to 'DOCS/man/console.rst')
-rw-r--r--DOCS/man/console.rst10
1 files changed, 8 insertions, 2 deletions
diff --git a/DOCS/man/console.rst b/DOCS/man/console.rst
index d102b916b8..e9a829cbc4 100644
--- a/DOCS/man/console.rst
+++ b/DOCS/man/console.rst
@@ -62,8 +62,14 @@ Ctrl+W
Commands
--------
-``script-message-to console type <text>``
- Show the console and pre-fill it with the provided text.
+``script-message-to console type <text> [<cursor_pos>]``
+ Show the console and pre-fill it with the provided text, optionally
+ specifying the initial cursor position as a positive integer starting from
+ 1.
+
+ .. admonition:: Example for input.conf
+
+ ``% script-message-to console type "seek absolute-percent" 6``
Known issues
------------