thestinger / termite

Termite is obsoleted by Alacritty. Termite was a keyboard-centric VTE-based terminal, aimed at use within a window manager with tiling and/or tabbing support.
https://github.com/alacritty/alacritty
2.73k stars 240 forks source link

Search matches depend on termite's window geometry #667

Closed camoz closed 3 years ago

camoz commented 5 years ago

When doing a search in selection mode and cycling through the matches with n/N, only one match per line is considered.

Quick example:

This way, one could easily miss matches.

It would make slightly more sense, if the search matched one entry per actual line, not per line as displayed by termite, i.e. if the window geometry wouldn't matter. But even then, it's not really practical.

So expected behavior would be to cycle through ALL matches.

egmontkob commented 5 years ago

Might be a VTE bug: https://gitlab.gnome.org/GNOME/vte/issues/104.

thestinger commented 3 years ago

Termite is obsolete. Please use Alacritty instead. See https://github.com/thestinger/termite#termite-is-obsoleted-by-alacritty for more details.