From 273735f9dc7fe24ae27df6d824c9ad6c76a77418 Mon Sep 17 00:00:00 2001 From: Kovid Goyal Date: Wed, 31 Jan 2018 10:14:08 +0530 Subject: [PATCH] ... --- kitty/terminfo.py | 1 + 1 file changed, 1 insertion(+) diff --git a/kitty/terminfo.py b/kitty/terminfo.py index be9c6af64..1d611d964 100644 --- a/kitty/terminfo.py +++ b/kitty/terminfo.py @@ -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))