Commit graph

2 commits

Author SHA1 Message Date
2a582e25a8 Many fixes for the clipboard and others
- Reverse connections must be maintained to ensure messages are
  processed in order. (Whoops!)
- The clipboard context must remain live in order for the data to
  remain available for applications, at least on X11. (And it couldn't
  hurt elsewhere, either, I guess.)
- Print out the server version at startup time, so we can be sure what
  we're talking to.
- Print out the full details of the error when something goes wrong
  with `browse` or `clip`.
2024-08-08 10:07:57 -07:00
3eba65f6e6 Refactor in prep for clip 2024-06-22 07:32:11 -07:00
Renamed from src/browse/browse_unix.rs (Browse further)