mirror of
https://github.com/nuintun/command-manager.git
synced 2025-10-20 01:27:47 +08:00
update files
This commit is contained in:
@@ -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),
|
||||||
|
Reference in New Issue
Block a user