hints kitten: Start hints numbering at one instead of zero by default. Added an option `--hints-offset` to control it.

Fixes #1289
Fixes #1290
This commit is contained in:
Kovid Goyal
2019-01-08 07:31:54 +05:30
parent ea37799fb0
commit c94e06ccd2
2 changed files with 12 additions and 1 deletions

View File

@@ -6,6 +6,9 @@ Changelog
0.13.3 [future]
------------------------------
- hints kitten: Start hints numbering at one instead of zero by default. Added
an option ``--hints-offset`` to control it. (:iss:`1289`)
- Fix a regression in the previous release that broke using ``background`` for
:opt:`cursor_text_color` (:iss:`1288`)