xtermjs/xterm.js

isWrapped isn't updated when resize occurs

Offen

#3.482 geöffnet am 22.09.2021

 (1 Kommentar) (1 Reaktion) (0 zugewiesene Personen)TypeScript (1.574 Forks)batch import
help wantedtype/bug

Repository-Metriken

Stars
 (16.196 Sterne)
PR-Merge-Metriken
 (Durchschn. Merge 2T 10h) (16 gemergte PRs in 30 T)

Beschreibung

Steps to reproduce

  1. write a wrapped line to the terminal
  2. resize so the line now fits on one line
  3. triple click the line -> 🐛 more than one line is highlighted bc isWrapped is still true

Contributor Guide