]> git.proxmox.com Git - mirror_xterm.js.git/commit
Set xterm-color for cursor element
authorthomas <thomas@kreativkonzentrat.de>
Tue, 11 Jul 2017 19:15:33 +0000 (21:15 +0200)
committermofux <t.zilz@mofux.org>
Wed, 2 Aug 2017 13:41:18 +0000 (15:41 +0200)
commit5bc0ad879b7b9cdc3c8617478512ba80affc5d79
tree07c1d69dc1d19e56df86be1029c6c6924f0fba9e
parentbcff69b79c85f0d23816c32dd78a3a23c2becaf5
Set xterm-color for cursor element
Prevent focus from getting lost when in vt mouse mode
Fix: cursor style not applied on init, set a class for block cursor
Make all cursors work under all conditions (focused, unfocused, blink)
Unify cursor rendering with normal rendering code
Make sure underline AND blink can be used in co-existence
Always show outlined block cursor in unfocused state
src/Renderer.ts
src/xterm.css
src/xterm.js