UNPKG

xterm

Version:

Full xterm terminal, in your browser

13 lines (9 loc) 394 B
/** * Copyright (c) 2018 The xterm.js authors. All rights reserved. * @license MIT */ // This file contains strings that get exported in the API so they can be localized // eslint-disable-next-line prefer-const export let promptLabel = 'Terminal input'; // eslint-disable-next-line prefer-const export let tooMuchOutput = 'Too much output to announce, navigate to rows manually to read';