zellij/default-plugins/status-bar
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
..
.cargo fix(naming): made plugin terminology more consistent 2021-04-19 23:37:47 +01:00
src Indicate to the user when text is copied to the clipboard (#642) 2021-08-23 15:51:33 +02:00
Cargo.toml chore(plugin): shuffle helper library names and versions 2021-05-04 23:31:30 +01:00
LICENSE.md fix(naming): made plugin terminology more consistent 2021-04-19 23:37:47 +01:00