...
This commit is contained in:
parent
b95e0fb80e
commit
273735f9dc
@ -413,6 +413,7 @@ del extra
|
|||||||
|
|
||||||
|
|
||||||
def generate_terminfo():
|
def generate_terminfo():
|
||||||
|
# Use ./build-terminfo to update definition files
|
||||||
ans = ['|'.join(names)]
|
ans = ['|'.join(names)]
|
||||||
ans.extend(sorted(bool_capabilities))
|
ans.extend(sorted(bool_capabilities))
|
||||||
ans.extend('{}#{}'.format(k, numeric_capabilities[k]) for k in sorted(numeric_capabilities))
|
ans.extend('{}#{}'.format(k, numeric_capabilities[k]) for k in sorted(numeric_capabilities))
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user