zellij/default-plugins/status-bar/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
..
first_line.rs session mode should be disabled in locked mode 2021-05-29 21:22:18 +05:30
main.rs Indicate to the user when text is copied to the clipboard (#642) 2021-08-23 15:51:33 +02:00
second_line.rs Indicate to the user when text is copied to the clipboard (#642) 2021-08-23 15:51:33 +02:00