xtermjs/xterm.js

isWrapped isn't updated when resize occurs

开放

#3,482 创建于 2021年9月22日

 (1 条评论) (1 个反应) (0 位负责人)TypeScript (1,574 个派生)batch import
help wantedtype/bug

仓库指标

星标
 (16,196 个星标)
PR 合并指标
 (平均合并 2天 10小时) (30 天内合并 16 个 PR)

描述

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

贡献者指南