When viewing the scrollback in less and kitty is currently scrolled, position the scrollback in less to match kitty's scroll position.

Fixes #148
This commit is contained in:
Kovid Goyal
2018-06-07 13:25:37 +05:30
parent dbb94fc1ff
commit ed0239a556
4 changed files with 16 additions and 5 deletions

View File

@@ -21,6 +21,10 @@ Changelog
- Implement changing the font size for individual top level (OS) windows
(:iss:`408`)
- When viewing the scrollback in less using :sc:`show_scrollback` and kitty
is currently scrolled, position the scrollback in less to match kitty's
scroll position. (:iss:`148`)
- ssh kitten: Support all SSH options. It can now be aliased directly to ssh
for convenience. (:pull:`591`)