Repositorio del curso CCOM4030 el semestre B91 del proyecto Artesanías con el Instituto de Cultura

LocalizableStrings.ts 226B

1234567
  1. /**
  2. * Copyright (c) 2018 The xterm.js authors. All rights reserved.
  3. * @license MIT
  4. */
  5. export let promptLabel = 'Terminal input';
  6. export let tooMuchOutput = 'Too much output to announce, navigate to rows manually to read';