From cb4df29e27800085183f7c6c9cf33b93bbe79830 Mon Sep 17 00:00:00 2001 From: nuintun Date: Mon, 30 Nov 2015 17:23:03 +0800 Subject: [PATCH] update files --- static/js/terminal/lib/colors.js | 1 + 1 file changed, 1 insertion(+) diff --git a/static/js/terminal/lib/colors.js b/static/js/terminal/lib/colors.js index bbd8ce2..2bbfe21 100644 --- a/static/js/terminal/lib/colors.js +++ b/static/js/terminal/lib/colors.js @@ -55,6 +55,7 @@ module.exports = function (Terminal){ for (; i < 24; i++) { r = 8 + i * 10; + out(r, r, r); }