zellij/zellij-server/src
Thomas Linford 6e35f29b0f
fix(mouse): prevent unhandled mouse events escape to terminal (#976)
* workaround to not write csi mouse seqs to terminal

* tab: copy selection to clipboard only if selecting was initiated with left click

* cleanup debug log messages

* unset selecting_with_mouse when selection is empty
2021-12-28 21:39:20 +01:00
..
panes fix(compatibility): handle deleting chars in lines with widechars (#965) 2021-12-22 17:57:59 +01:00
ui feat(collaboration): implement multiple users (#957) 2021-12-20 17:31:07 +01:00
unit feat(collaboration): implement multiple users (#957) 2021-12-20 17:31:07 +01:00
lib.rs fix(attach): make removing clients atomic (#966) 2021-12-23 10:44:23 +01:00
logging_pipe.rs fix(style): various internal refactorings 2021-12-07 10:24:42 +00:00
os_input_output.rs chore(warnings): remove unused imports (#833) 2021-11-03 14:31:06 +01:00
pty.rs Feature: Add pane names (#928) 2021-12-09 23:30:40 +05:30
route.rs Feature: Add pane names (#928) 2021-12-09 23:30:40 +05:30
screen.rs feat(collaboration): implement multiple users (#957) 2021-12-20 17:31:07 +01:00
tab.rs fix(mouse): prevent unhandled mouse events escape to terminal (#976) 2021-12-28 21:39:20 +01:00
thread_bus.rs chore(tests): move all integration tests to be either unit or e2e tests - remove old testing infra (#589) 2021-06-30 11:27:35 +02:00
wasm_vm.rs style(fmt): make rustfmt happy and update plugins 2021-12-13 15:14:44 +01:00