xtermjs/xterm.js

isWrapped isn't updated when resize occurs

Aberta

#3.482 aberto em 22 de set. de 2021

 (1 comentário) (1 reação) (0 responsável)TypeScript (1.574 forks)batch import
help wantedtype/bug

Métricas do repositório

Stars
 (16.196 estrelas)
Métricas de merge de PR
 (Mesclagem média 2d 10h) (16 fundiu PRs em 30d)

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

Guia do colaborador