kitten diff: add support for sticky header

This commit is contained in:
Petar Dobrev
2026-04-18 18:26:30 +03:00
parent 2af98fd4fd
commit 7729e6e1ae
3 changed files with 50 additions and 2 deletions

View File

@@ -89,6 +89,11 @@ If an invalid expression is provided, diff will fail with an error.
'''
)
opt('sticky_header', 'no', option_type='to_bool', long_text='''
When scrolled past the header of a file, keep the file's name and separator
pinned to the top of the screen.
''')
egr() # }}}
# colors {{{