mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-09-01 06:41:30 +00:00
...
This commit is contained in:
parent
b95e0fb80e
commit
273735f9dc
1 changed files with 1 additions and 0 deletions
|
|
@ -413,6 +413,7 @@ del extra
|
|||
|
||||
|
||||
def generate_terminfo():
|
||||
# Use ./build-terminfo to update definition files
|
||||
ans = ['|'.join(names)]
|
||||
ans.extend(sorted(bool_capabilities))
|
||||
ans.extend('{}#{}'.format(k, numeric_capabilities[k]) for k in sorted(numeric_capabilities))
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue