aboutsummaryrefslogtreecommitdiff
path: root/alacritty/src/display/hint.rs
Commit message (Expand)AuthorAge
* Fix racing condition in hint triggeringChristian Duerr2024-11-02
* Bump dependenciesKirill Chibisov2024-07-17
* Fix hint `Select` action for hyperlink escapeChristian Duerr2024-03-12
* Remove `alacritty_config` from alacritty_terminalKirill Chibisov2023-11-10
* Fix typosPavel Roskin2023-10-25
* Fix regex memory usageChristian Duerr2023-09-17
* Update regex-automata to v0.3.6Christian Duerr2023-08-27
* Use ahash instead of fnv and regular hash functionKirill Chibisov2023-07-24
* Update to the new winit keyboard APIKirill Chibisov2023-07-11
* Add option to persist hints after selectionSonu Bardai2023-06-15
* Switch to VTE's built-in ansi featureAnhad Singh2023-05-23
* Fix `;` character in URI OSC 8 payloadKirill Chibisov2023-03-19
* Update glutin to 0.30.0Kirill Chibisov2022-11-03
* Fix visible regex match on tall viewportsPeter DeLong2022-07-26
* Replace `map().unwrap_or()` with `map_or()`Chris Copeland2022-07-20
* Fix hyperlinks not being keyboard actionableKirill Chibisov2022-07-11
* Add support for hyperlink escape sequenceKirill Chibisov2022-07-10
* Fix a few minor clippy lintsYuri Astrakhan2022-06-02
* Fix CreateNewWindow CLI fallbackChristian Duerr2021-12-23
* Add parameters to `msg create-window` subcommandKirill Chibisov2021-11-22
* Fix crash with empty post-processed matchesScott Freeman2021-11-11
* Fix unnecessary redraws due to hint highlightingChristian Duerr2021-05-09
* Add Ctrl+c binding for exiting hint modeabsorber2021-05-08
* Fix highlighting multiple hints in the same lineChristian Duerr2021-04-30
* Update vi-mode `Open` config docs for hintsNathan Lilienthal2021-04-26
* Fix URL highlight in mouse mode without shiftChristian Duerr2021-04-14
* Add vi/mouse hint highlighting supportChristian Duerr2021-04-13
* Add copy/paste/select hint actionsChristian Duerr2021-04-03
* Unify the grid line indexing typesChristian Duerr2021-03-30
* Add regex terminal hintsChristian Duerr2021-03-01