zellij/zellij-server/src/unit
Thomas Linford 198625b055
feat(copy): add copy_on_select option (#1298)
* feat(copy): add copy_on_select option

with default value of true, keep current behavior of automatically
copying selection to clipboard when done selecting.
with copy_on_select = false, on mouse release the selection remains, and
can be copied with the `Copy` action.

* add example to default.yaml

* add copy action example to default.yaml, cleanup

* fix updated tab tests

* fix selection changing while scrolling after release

* fix clippy warnings
2022-04-16 09:04:06 +02:00
..
os_input_output_tests.rs feat: change dependency for process_cwd (#1001) 2022-01-13 20:41:13 +09:00
screen_tests.rs feat(copy): add copy_on_select option (#1298) 2022-04-16 09:04:06 +02:00