xtermjs/xterm.js

isWrapped isn't updated when resize occurs

Ouverte

#3 482 ouverte le 22 sept. 2021

 (1 commentaire) (1 réaction) (0 personne assignée)TypeScript (1 574 forks)batch import
help wantedtype/bug

Métriques du dépôt

Stars
 (16 196 étoiles)
Métriques de merge PR
 (Merge moyen 2j 10h) (16 PRs mergées en 30 j)

Description

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

Guide contributeur