mirror of
https://github.com/wez/wezterm.git
synced 2024-11-23 23:21:08 +03:00
b312479266
Turn on multi-line mode by default, and improve the localpane search function to collapse runs of trailing whitespace into just a newline. That allows: ``` ./target/debug/wezterm -n --config 'quick_select_patterns={"foo$"}' ``` to match the first line from this, but not the second: ``` printf "foo\nfoobar\n" ``` and this to match both: ``` ./target/debug/wezterm -n --config 'quick_select_patterns={"^foo"}' ``` refs: https://github.com/wez/wezterm/issues/2008 |
||
---|---|---|
.. | ||
src | ||
Cargo.toml |