migueldeicaza / XtermSharp

XTerm emulator as a .NET library
MIT License
161 stars 34 forks source link

Simple search service #51

Closed sgmunn closed 4 years ago

sgmunn commented 4 years ago

Added support to search the buffer and hooked up to TerminalView.

It doesn't support regex searching yet, but this could be implemented without too much fuss. For now it just supports simple case-insensitive searching and highlights each search result using the current selection service on the view.

Screen Recording 2020-03-04 at 02 01 PM

There's no explicit UI added to implement this, for now that is up to consumers to add.