aboutsummaryrefslogtreecommitdiff
path: root/alacritty_terminal/src/term/search.rs
AgeCommit message (Expand)Author
2024-07-05Fix search bug with wrapline on first characterChristian Duerr
2024-01-14Fix inline search expanding across newlinesChristian Duerr
2023-11-10Remove `alacritty_config` from alacritty_terminalKirill Chibisov
2023-10-20Add inline vi mode searchChristian Duerr
2023-10-09Fix regex patterns allowing for empty stringsChristian Duerr
2023-10-08Fix regex matches ending on multilineChristian Duerr
2023-09-17Fix regex memory usageChristian Duerr
2023-08-31Fix crash with anchored searchesChristian Duerr
2023-08-27Update regex-automata to v0.3.6Christian Duerr
2022-04-06Extract `SizeInfo` from alacritty_terminalKirill Chibisov
2022-01-08Fix fullwidth char regex search infinite loopChristian Duerr
2021-11-22Add parameters to `msg create-window` subcommandKirill Chibisov
2021-11-02Fix libxkbcommon-devel package name for openSUSEDiego Garza
2021-07-03Fix clippy warningsChristian Duerr
2021-06-20Fix regex search regressiona5ob7r
2021-05-28Fix crashes with cut-off fullwidth charactersChristian Duerr
2021-04-13Add vi/mouse hint highlighting supportChristian Duerr
2021-03-30Unify the grid line indexing typesChristian Duerr
2021-03-01Add regex terminal hintsChristian Duerr
2021-02-18Fix search freezing AlacrittyChristian Duerr
2021-01-24Move renderable cell transformation to alacrittyChristian Duerr
2021-01-21Remove all rustc benchmarksJames McCoy
2021-01-03Fix debug mode crash in vi-less searchChristian Duerr
2020-11-05Use dynamic storage for zerowidth charactersChristian Duerr
2020-08-12Fix handling of wrapline flag in last lineChristian Duerr
2020-07-15Add support for searching without vi modeChristian Duerr
2020-07-09Add regex scrollback buffer searchChristian Duerr