splash anim should work on Terminal.app now

This commit is contained in:
jash
2018-10-16 14:20:41 +02:00
committed by kexkey
parent 1f2ab38a41
commit f9d162b0c8

View File

@@ -10,7 +10,7 @@ const coinstring = require('coinstring');
const uaCommentRegexp = /^[a-zA-Z0-9 \.,:_\-\?\/@]+$/; // TODO: look for spec of unsafe chars
const reset = '\u001B[u';
const reset = '\u001B8\u001B[u';
const clear = '\u001Bc';