mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-06-26 10:51:55 +00:00
Merge branch 'replace_terminfo_dir_with_symlink' of https://github.com/Luflosi/kitty
This commit is contained in:
commit
f2a6cb3dbb
3 changed files with 1 additions and 6 deletions
|
|
@ -16,9 +16,3 @@ with open('terminfo/kitty.terminfo', 'w') as f:
|
|||
|
||||
os.environ['TERMINFO'] = os.path.join(base, 'terminfo')
|
||||
subprocess.check_call(['tic', '-x', 'terminfo/kitty.terminfo'])
|
||||
# On macOS tic puts the compiled database into a different directory
|
||||
try:
|
||||
os.mkdir('terminfo/78')
|
||||
except FileExistsError:
|
||||
pass
|
||||
shutil.copy2('terminfo/x/xterm-kitty', 'terminfo/78')
|
||||
|
|
|
|||
1
terminfo/78
Symbolic link
1
terminfo/78
Symbolic link
|
|
@ -0,0 +1 @@
|
|||
x
|
||||
Binary file not shown.
Loading…
Add table
Add a link
Reference in a new issue