We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Helper to print powerline characters in the current font:
for (let i = 0xA0; i <= 0xD6; i++) { term.write(String.fromCharCode(0xE000 + i) + ' '); }