Packages

A collection of LiveView components for embedding IEx terminals into web pages.

Current section

Files

Jump to
underthehood assets node_modules xterm src browser LocalizableStrings.ts
Raw

assets/node_modules/xterm/src/browser/LocalizableStrings.ts

/**
* 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';