This commit is contained in:
Christopher Jeffrey 2013-03-05 02:47:04 -06:00
parent 464451859a
commit 83053e7fe4
1 changed files with 5 additions and 0 deletions

5
test/tput Executable file
View File

@ -0,0 +1,5 @@
#!/bin/bash
node test/tput.js "$@" | tee out
diff -u -s test/terminfo out | less -c -R
rm out