Render cursor in visible state for update lines

openid
Marcin Kulik 13 years ago
parent 6ecb2e7fdc
commit fd16702938

@ -67,7 +67,7 @@ class AsciiIo.TerminalView extends Backbone.View
prefix += " underline"
prefix += " bg" + brush.bg if brush.bg isnt undefined
prefix += " cursor" if hasCursor
prefix += " cursor visible" if hasCursor
prefix += "\">"
postfix = "</span>"

Loading…
Cancel
Save