From 8aa718c280d739758dd402b2f08beefaaa491e45 Mon Sep 17 00:00:00 2001 From: Christopher Jeffrey Date: Sat, 13 Jul 2013 21:03:03 -0500 Subject: [PATCH] comment. --- lib/widget.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/widget.js b/lib/widget.js index 944d653..79684db 100644 --- a/lib/widget.js +++ b/lib/widget.js @@ -758,6 +758,7 @@ Screen.prototype.draw = function(start, end) { } } + // TODO: Figure out a way to detect utf8 terminals. if (this.tput && this.tput.strings.enter_alt_charset_mode && SCLD[ch]) { ch = this.tput.smacs() + SCLD[ch] + this.tput.rmacs(); }