Skip to content
This repository has been archived by the owner on May 8, 2021. It is now read-only.

Search matches depend on termite's window geometry #667

Closed
camoz opened this issue Apr 7, 2019 · 2 comments
Closed

Search matches depend on termite's window geometry #667

camoz opened this issue Apr 7, 2019 · 2 comments

Comments

@camoz
Copy link

camoz commented Apr 7, 2019

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

Quick example:

  • run for i in $(seq 50); do echo -n hello\ world; done
  • Enter selection mode: Ctrl-Shift-Space
  • search e.g. for world
  • cycle through matches via n/N
  • resize window to something small/large and repeat -> different matches

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
Copy link

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

@jelly jelly added the bug label Apr 14, 2019
@jelly jelly added the upstream label Apr 26, 2019
@thestinger
Copy link
Owner

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

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

4 participants