index
:
r-alacritty.git
experimental
rahm
rahm2
My custom-patched version of alacritty.
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
alacritty
/
src
/
display
/
hint.rs
Commit message (
Expand
)
Author
Age
*
Fix racing condition in hint triggering
Christian Duerr
2024-11-02
*
Bump dependencies
Kirill Chibisov
2024-07-17
*
Fix hint `Select` action for hyperlink escape
Christian Duerr
2024-03-12
*
Remove `alacritty_config` from alacritty_terminal
Kirill Chibisov
2023-11-10
*
Fix typos
Pavel Roskin
2023-10-25
*
Fix regex memory usage
Christian Duerr
2023-09-17
*
Update regex-automata to v0.3.6
Christian Duerr
2023-08-27
*
Use ahash instead of fnv and regular hash function
Kirill Chibisov
2023-07-24
*
Update to the new winit keyboard API
Kirill Chibisov
2023-07-11
*
Add option to persist hints after selection
Sonu Bardai
2023-06-15
*
Switch to VTE's built-in ansi feature
Anhad Singh
2023-05-23
*
Fix `;` character in URI OSC 8 payload
Kirill Chibisov
2023-03-19
*
Update glutin to 0.30.0
Kirill Chibisov
2022-11-03
*
Fix visible regex match on tall viewports
Peter DeLong
2022-07-26
*
Replace `map().unwrap_or()` with `map_or()`
Chris Copeland
2022-07-20
*
Fix hyperlinks not being keyboard actionable
Kirill Chibisov
2022-07-11
*
Add support for hyperlink escape sequence
Kirill Chibisov
2022-07-10
*
Fix a few minor clippy lints
Yuri Astrakhan
2022-06-02
*
Fix CreateNewWindow CLI fallback
Christian Duerr
2021-12-23
*
Add parameters to `msg create-window` subcommand
Kirill Chibisov
2021-11-22
*
Fix crash with empty post-processed matches
Scott Freeman
2021-11-11
*
Fix unnecessary redraws due to hint highlighting
Christian Duerr
2021-05-09
*
Add Ctrl+c binding for exiting hint mode
absorber
2021-05-08
*
Fix highlighting multiple hints in the same line
Christian Duerr
2021-04-30
*
Update vi-mode `Open` config docs for hints
Nathan Lilienthal
2021-04-26
*
Fix URL highlight in mouse mode without shift
Christian Duerr
2021-04-14
*
Add vi/mouse hint highlighting support
Christian Duerr
2021-04-13
*
Add copy/paste/select hint actions
Christian Duerr
2021-04-03
*
Unify the grid line indexing types
Christian Duerr
2021-03-30
*
Add regex terminal hints
Christian Duerr
2021-03-01