mirror of
https://github.com/kovidgoyal/kitty.git
synced 2026-08-30 13:24:19 +00:00
Add a note about needing a temp file for tic
This commit is contained in:
parent
30b38e9fa0
commit
6fbb953aa4
1 changed files with 2 additions and 0 deletions
|
|
@ -7,6 +7,8 @@ import sys
|
|||
|
||||
SHELL_SCRIPT = '''\
|
||||
#!/bin/sh
|
||||
# macOS ships with an ancient version of tic that cannot read from stdin, so we
|
||||
# create a temp file for it
|
||||
tmp=$(mktemp /tmp/terminfo.XXXXXX)
|
||||
cat >$tmp << 'TERMEOF'
|
||||
TERMINFO
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue