Add arguments to get the first and last line of text for launch command

This commit is contained in:
pagedown
2022-02-05 20:02:24 +08:00
parent ced61096df
commit e22546c56a
3 changed files with 15 additions and 1 deletions

View File

@@ -95,6 +95,12 @@ the command line:
``@cursor-y``
replaced by the current cursor y position with 1 being the topmost cell
``@first-line-on-screen``
replaced by the first line on screen. Can be used for pager positioning.
``@last-line-on-screen``
replaced by the last line on screen. Can be used for pager positioning.
For example::