Skip to content
This repository has been archived by the owner on Nov 16, 2023. It is now read-only.

Commit

Permalink
Revert to xtermjs 2.8.1 until buffer bug is fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
ZoeyR committed Aug 8, 2017
1 parent e90b06d commit 4a022d0
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion EmbeddedTerminal/TermWindowControl.xaml
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@
<local:CSSDeclaration Attribute="BackgroundColor" Value="{x:Static platformui:EnvironmentColors.ToolboxBackgroundColorKey}" />
</local:CustomCSSRule.Declarations>
</local:CustomCSSRule>
<local:CustomCSSRule Selector=".terminal.xterm-cursor-style-block.focus:not(.xterm-cursor-blink-on) .terminal-cursor">
<local:CustomCSSRule Selector=".terminal.focus:not(.xterm-cursor-style-underline):not(.xterm-cursor-style-bar) .terminal-cursor">
<local:CustomCSSRule.Declarations>
<local:CSSDeclaration Attribute="Color" Value="{x:Static platformui:EnvironmentColors.ToolboxBackgroundColorKey}" />
<local:CSSDeclaration Attribute="BackgroundColor" Value="{x:Static platformui:EnvironmentColors.ToolboxContentTextColorKey}" />
Expand Down
2 changes: 1 addition & 1 deletion EmbeddedTerminal/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -6,6 +6,6 @@
"dependencies": {
"node-pty": "^0.6.10",
"vscode-jsonrpc": "^3.3.1",
"xterm": "^2.8.1"
"xterm": "=2.8.1"
}
}
2 changes: 1 addition & 1 deletion EmbeddedTerminal/view/default.css
Original file line number Diff line number Diff line change
Expand Up @@ -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;
}
Expand Down

0 comments on commit 4a022d0

Please sign in to comment.