aboutsummaryrefslogtreecommitdiffstats
path: root/node_modules/xterm/src/browser/LocalizableStrings.ts
diff options
context:
space:
mode:
Diffstat (limited to 'node_modules/xterm/src/browser/LocalizableStrings.ts')
-rw-r--r--node_modules/xterm/src/browser/LocalizableStrings.ts10
1 files changed, 10 insertions, 0 deletions
diff --git a/node_modules/xterm/src/browser/LocalizableStrings.ts b/node_modules/xterm/src/browser/LocalizableStrings.ts
new file mode 100644
index 0000000..c0a904c
--- /dev/null
+++ b/node_modules/xterm/src/browser/LocalizableStrings.ts
@@ -0,0 +1,10 @@
+/**
+ * Copyright (c) 2018 The xterm.js authors. All rights reserved.
+ * @license MIT
+ */
+
+// 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';