diff --git a/EmbeddedTerminal/TermWindowControl.xaml b/EmbeddedTerminal/TermWindowControl.xaml
index a7fe088..fed0471 100644
--- a/EmbeddedTerminal/TermWindowControl.xaml
+++ b/EmbeddedTerminal/TermWindowControl.xaml
@@ -27,7 +27,7 @@
-
+
diff --git a/EmbeddedTerminal/package.json b/EmbeddedTerminal/package.json
index feae69d..c6e641d 100644
--- a/EmbeddedTerminal/package.json
+++ b/EmbeddedTerminal/package.json
@@ -6,6 +6,6 @@
"dependencies": {
"node-pty": "^0.6.10",
"vscode-jsonrpc": "^3.3.1",
- "xterm": "^2.8.1"
+ "xterm": "=2.8.1"
}
}
diff --git a/EmbeddedTerminal/view/default.css b/EmbeddedTerminal/view/default.css
index a7ff9fc..9d91dde 100644
--- a/EmbeddedTerminal/view/default.css
+++ b/EmbeddedTerminal/view/default.css
@@ -25,7 +25,7 @@
background-color: #fff;
}
- .terminal.xterm-cursor-style-block.focus:not(.xterm-cursor-blink-on) .terminal-cursor {
+ .terminal.focus:not(.xterm-cursor-style-underline):not(.xterm-cursor-style-bar) .terminal-cursor {
background-color: #fff;
color: #000;
}