Add a note about needing a temp file for tic

This commit is contained in:
Kovid Goyal
2018-05-22 23:18:11 +05:30
parent 30b38e9fa0
commit 6fbb953aa4

View File

@@ -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