xtermjs/xterm.js

isWrapped isn't updated when resize occurs

Open

#3,482 opened on Sep 22, 2021

View on GitHub
 (1 comment) (1 reaction) (0 assignees)TypeScript (1,574 forks)batch import
help wantedtype/bug

Repository metrics

Stars
 (16,196 stars)
PR merge metrics
 (Avg merge 2d 10h) (16 merged PRs in 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

Contributor guide