zellij/zellij-server/src
Thomas Linford 94f20cfd53
Indicate to the user when text is copied to the clipboard (#642)
* Indicate to the user when text is copied to the clipboard

- broadcast CopyToClipboard event to plugins after selection has been
  copied, and InputReceived event after any input has been received.
- add new ClientToServerMsg InputReceived
- subscribe status-bar plugin to new events, modify second line after
  CopyToClipboard, reset it on InputReceived.

* remove unnecessary InputReceived ClientToServerMsg

- use existing Actions instead to know that user input has been received

* make status bar text copied hint bold green

* cleanup

* cleanup

* cleanup
2021-08-23 15:51:33 +02:00
..
panes eliminate unused imports warnings during compile (#654) 2021-08-23 15:41:26 +02:00
ui feat(ui): pane frames (new pane UI) (#643) 2021-08-12 14:50:00 +02:00
unit feat(ui): pane frames (new pane UI) (#643) 2021-08-12 14:50:00 +02:00
lib.rs Minor fixes 2021-07-17 23:50:24 -07:00
logging_pipe.rs Read from LoggingPipe returns error 2021-07-20 22:17:26 -07:00
os_input_output.rs fix(child-process): unexpected pane closing issue with nushell (#648) 2021-08-16 14:19:05 +02:00
pty.rs Merge pull request #600 from a-kenji/layout-command 2021-07-09 16:58:29 +02:00
route.rs Indicate to the user when text is copied to the clipboard (#642) 2021-08-23 15:51:33 +02:00
screen.rs feat(ui): pane frames (new pane UI) (#643) 2021-08-12 14:50:00 +02:00
tab.rs Indicate to the user when text is copied to the clipboard (#642) 2021-08-23 15:51:33 +02: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 feat(ui): pane frames (new pane UI) (#643) 2021-08-12 14:50:00 +02:00