Allow using super and sub scripts in tab titles

The syntax is

{sup.whatever}

works by translating enhlish letters/number to their unicode
equivalents.

Fixes #3763
This commit is contained in:
Kovid Goyal
2021-06-25 15:02:43 +05:30
parent 4b7600f3a5
commit bd67899943
3 changed files with 37 additions and 2 deletions

View File

@@ -40,6 +40,8 @@ To update |kitty|, :doc:`follow the instructions <binary>`.
- hyperlinked grep kitten: Fix context options not generating contextual output (:iss:`3759`)
- Allow using superscripts in tab titles (:iss:`3763`)
0.21.1 [2021-06-14]
----------------------