mirror of
https://github.com/nuintun/command-manager.git
synced 2025-06-07 03:14:07 +08:00
update files
This commit is contained in:
parent
a355526283
commit
5cd2bc650c
@ -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),
|
||||
|
Loading…
x
Reference in New Issue
Block a user