mirror of
https://github.com/nuintun/command-manager.git
synced 2025-06-07 19:44:35 +08:00
update files
This commit is contained in:
parent
a355526283
commit
5cd2bc650c
@ -682,7 +682,8 @@ TChar.prototype.getAttributes = function (){
|
|||||||
blink: !!(bits & 8),
|
blink: !!(bits & 8),
|
||||||
inverse: !!(bits & 16),
|
inverse: !!(bits & 16),
|
||||||
conceal: !!(bits & 32),
|
conceal: !!(bits & 32),
|
||||||
cursor: !!(bits & 64),
|
// TODO cursor
|
||||||
|
// cursor: !!(bits & 64),
|
||||||
foreground: {
|
foreground: {
|
||||||
set: !!(colorbits & 4),
|
set: !!(colorbits & 4),
|
||||||
RGB: !!(colorbits & 8),
|
RGB: !!(colorbits & 8),
|
||||||
|
Loading…
x
Reference in New Issue
Block a user