UNPKG

xterm

Version:

Full xterm terminal, in your browser

15 lines (13 loc) 458 B
"use strict"; Object.defineProperty(exports, "__esModule", { value: true }); var FLAGS; (function (FLAGS) { FLAGS[FLAGS["BOLD"] = 1] = "BOLD"; FLAGS[FLAGS["UNDERLINE"] = 2] = "UNDERLINE"; FLAGS[FLAGS["BLINK"] = 4] = "BLINK"; FLAGS[FLAGS["INVERSE"] = 8] = "INVERSE"; FLAGS[FLAGS["INVISIBLE"] = 16] = "INVISIBLE"; FLAGS[FLAGS["DIM"] = 32] = "DIM"; })(FLAGS = exports.FLAGS || (exports.FLAGS = {})); ; //# sourceMappingURL=Types.js.map