xterm
[VSoRC/.git] / node_modules / xterm / src / browser / LocalizableStrings.ts
1 /**
2  * Copyright (c) 2018 The xterm.js authors. All rights reserved.
3  * @license MIT
4  */
5
6 export let promptLabel = 'Terminal input';
7 export let tooMuchOutput = 'Too much output to announce, navigate to rows manually to read';