1
1
mirror of https://github.com/wez/wezterm.git synced 2024-12-29 00:21:57 +03:00
wezterm/mux/src
Wez Furlong 107d3d2378 search mode can now default to searching the selection text
To do this, we split `Pattern` into the underlying pattern for the mux
layer (which is part of the codec), and another for the config layer,
so that we can specify this new mode.

At the gui layer, we translate the selection variant into the actual
selection text and map it to the mux Pattern enum.

When taking the selection text, we restrict it to just the first line.

refs: https://github.com/wez/wezterm/issues/1912
2022-05-21 07:24:50 -07:00
..
activity.rs change mux empty poll to mux empty event 2021-05-08 10:25:49 -07:00
client.rs track focused pane in the client info 2022-03-18 19:24:54 -07:00
connui.rs mux: pass current window_id to Domain::attach 2022-04-17 18:07:58 -07:00
domain.rs mux: add AttachDomain and DetachDomain key assignments 2022-04-17 21:41:50 -07:00
lib.rs mux: don't kill panes when the domain is detached! 2022-05-15 17:02:24 -07:00
localpane.rs quickselect: allow multiline matches 2022-05-20 09:47:08 -07:00
pane.rs search mode can now default to searching the selection text 2022-05-21 07:24:50 -07:00
renderable.rs config: cut over to wezterm-dynamic 2022-05-18 07:47:39 -07:00
ssh.rs config: split out lua functions into their own crates 2022-05-19 06:48:09 -07:00
tab.rs Add SwitchToWorkspace keyassignment action 2022-01-15 13:53:34 -07:00
termwiztermtab.rs config: split out lua functions into their own crates 2022-05-19 06:48:09 -07:00
tmux_commands.rs Improve exit_behavior messaging 2022-04-06 07:43:12 -07:00
tmux_pty.rs tmux: when resizing locally, inform tmux of new size 2022-01-17 16:55:41 -07:00
tmux.rs mux: pass current window_id to Domain::attach 2022-04-17 18:07:58 -07:00
window.rs clipboard: restructure how we capture OSC 52 2022-03-31 09:55:51 -07:00