20 Aug
2024
20 Aug
'24
4:26 p.m.
Hi, On Tue, Aug 20, 2024 at 04:01:09PM +0200, Batavo Silva wrote:
Hi Dillo devs! Here is justĀ a small bug fix for the Cipboard copy function. The 3rd argument passed for the Fl::copy() function should be 1 (not 0) for it to copy the input text to the clipboard buffer.
This is not a bug, it follows the primary selection behavior of X11 programs. We should add another way to copy the selection to the clipboard with Control+C (and paste with Control+V) and from the context menu, like other programs do. See: https://github.com/dillo-browser/dillo/issues/228 Best, Rodrigo.