From 9fbfe7c26f35519f3f7b89abf19d2d6a33531d89 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Lucio=20Andr=C3=A9s=20Illanes=20Albornoz=20=28arab=2C=20vx?= =?UTF-8?q?p=29?= Date: Thu, 25 Oct 2018 00:33:42 +0200 Subject: [PATCH] js/clipboard.js: fix typo. --- js/clipboard.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/js/clipboard.js b/js/clipboard.js index ef89fb2..43d763c 100644 --- a/js/clipboard.js +++ b/js/clipboard.js @@ -150,7 +150,7 @@ var clipboard = (function () { case "\x1f": // ^_ (unimplemented) break default: - cells.push({bg: bg, fg: bg, value: line[x]}) + cells.push({bg: bg, fg: fg, value: line[x]}) } } if (cells.length > 0) {