mirror of
https://github.com/kovidgoyal/kitty
synced 2026-06-06 01:05:48 +02:00
Add a terminfo file for kitty
Just now it is simply a copy of the one from termite. Will adjust later, if needed.
This commit is contained in:
7
build-terminfo
Executable file
7
build-terminfo
Executable file
@@ -0,0 +1,7 @@
|
||||
#!/usr/bin/env python
|
||||
|
||||
import os
|
||||
base = os.path.dirname(os.path.abspath(__file__))
|
||||
os.chdir(base)
|
||||
os.environ['TERMINFO'] = os.path.join(base, 'terminfo')
|
||||
os.execvp('tic', 'tic terminfo/kitty.terminfo'.split())
|
||||
Reference in New Issue
Block a user