diff --git a/src/xterm.css b/src/xterm.css index 236e304b..b0876f2d 100644 --- a/src/xterm.css +++ b/src/xterm.css @@ -57,6 +57,10 @@ } .terminal .xterm-helper-textarea { + /* + * HACK: to fix IE's blinking cursor + * Move textarea out of the screen to the far left, so that the cursor is not visible. + */ text-indent: -9999em; opacity: 0; width: 0;