This repository has been archived on 2023-08-08. You can view files and clone it, but cannot push or open issues or pull requests.
Sasha Koshka 02a27447b9 Changed the clipboard API so that it will work with X
In X, clipboard/selection data is specific to each window, and it
may take some time before the clipboard data is fully transferred.
This actually makes sense because there can be entire images in
the clipboard and it is important the clipboard API supports large
file transfer. Because of this, the Copy and Paste methods have
been moved into Window, and Paste now returns a channel.
2023-03-25 13:32:48 -04:00
..
2023-03-16 00:26:54 -04:00
2023-03-16 00:26:54 -04:00