Skip to content
Snippets Groups Projects
Commit 535e7939 authored by rswindell's avatar rswindell
Browse files

Patch provided by alterego (ALTERANT) to support BLINK in Graphic.set().

parent 0eb0504f
No related branches found
No related tags found
No related merge requests found
......@@ -194,6 +194,9 @@ Object.defineProperty(Graphic.prototype, "ANSI", {
case 1:
hi = obj.defs.HIGH;
break;
case 5:
bnk = obj.defs.BLINK;
break;
case 40:
bg = 0;
break;
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment