Merge branch 'feat-lines-on-scr' of https://github.com/page-down/kitty

Fixes #4462
This commit is contained in:
Kovid Goyal
2022-02-05 17:44:21 +05:30
3 changed files with 15 additions and 1 deletions

View File

@@ -99,6 +99,10 @@ Detailed list of changes
- A new action :ac:`scroll_prompt_to_bottom` to move the current prompt
to the bottom, filling in the window from the scrollback (:pull:`4634`)
- Add two special arguments ``@first-line-on-screen`` and ``@first-line-on-screen``
for the :doc:`launch <launch>` command to be used for pager positioning.
(:iss:`4462`)
0.24.2 [2022-02-03]
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~

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::