update files

This commit is contained in:
nuintun 2015-11-30 15:55:47 +08:00
parent a355526283
commit 5cd2bc650c

View File

@ -682,7 +682,8 @@ TChar.prototype.getAttributes = function (){
blink: !!(bits & 8),
inverse: !!(bits & 16),
conceal: !!(bits & 32),
cursor: !!(bits & 64),
// TODO cursor
// cursor: !!(bits & 64),
foreground: {
set: !!(colorbits & 4),
RGB: !!(colorbits & 8),