From b4ab13c0f4e7d696b52a468209d328325d0af851 Mon Sep 17 00:00:00 2001 From: nuintun Date: Wed, 2 Dec 2015 13:53:16 +0800 Subject: [PATCH] update files --- canvas.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/canvas.html b/canvas.html index 6c58c32..321447c 100644 --- a/canvas.html +++ b/canvas.html @@ -106,7 +106,7 @@ document.getElementById('term').innerHTML = xterm.toString('html'); - setTimeout(write, 1000); + setTimeout(write, 1000 - new Date().getMilliseconds()); } write();