xtermjs/xterm.js

Search is not incremental

Open

#5,177 opened on Oct 3, 2024

View on GitHub
 (1 comment) (0 reactions) (0 assignees)TypeScript (16,196 stars) (1,574 forks)batch import
area/addon/searcharea/performancehelp wantedtype/bug

Description

See https://github.com/xtermjs/xterm.js/issues/5176 for context

All searches take the same amount of time when the latter ones should take much less time due to being incremental:

Test file:

test.txt

Image

Contributor guide