aboutsummaryrefslogtreecommitdiff
path: root/alacritty/src/cli.rs
diff options
context:
space:
mode:
authorEBADBEEF <errno@ebadf.com>2024-05-16 14:15:20 -0700
committerJosh Rahm <rahm@google.com>2024-08-14 15:42:41 -0600
commit7574c3fee7bd4f368c4789a85642bbecf0cd5ae9 (patch)
treea590572eff17af565bf4b6c8d9875a92555e10a7 /alacritty/src/cli.rs
parent0704735fa0f5d3a92e54ca62920c5010468dfa78 (diff)
downloadr-alacritty-7574c3fee7bd4f368c4789a85642bbecf0cd5ae9.tar.gz
r-alacritty-7574c3fee7bd4f368c4789a85642bbecf0cd5ae9.tar.bz2
r-alacritty-7574c3fee7bd4f368c4789a85642bbecf0cd5ae9.zip
Fix mouse mode bindings with multiple actions
The following config was broken: ``` [mouse] bindings = [ { mouse = "Right", mods = "Shift", action = "Copy" }, { mouse = "Right", mods = "Shift", action = "ClearSelection" }, ] ``` Only the first action was applied. Change to allow more than one exact match in mouse mode with shift held, but keep the logic to not allow fallback search if any exact match was found. Regression was introduced in 1a143d11.
Diffstat (limited to 'alacritty/src/cli.rs')
0 files changed, 0 insertions, 0 deletions