Re: BUG FIX for the Clipboard copy function
<[email protected]> Tue, 20 Aug 2024 22:25:47 +0200
| Newsgroups | gmane.comp.web.dillo.devel |
|---|---|
| Message-ID | <[email protected]> |
Hi, On Tue, 20 Aug 2024 17:33:24 -0000 [email protected] wrote: > Sorry about that guys! The correct value should be 2, not 1. > This solved the problem here. I'm on Linux running LXDE desktop > environment. > > Could you guys test it? > [code] > void FltkPlatform::copySelection(const char *text) > { > Fl::copy(text, strlen(text), 2); > } > [/code] This still breaks the existing functionality. It may act as a workaround for you, but as Rodrigo mentioned, the correct solution is to implement a better copy feature. In the meantime, you may want to experiment with using the middle-click selection paste feature, its very useful. -Alex _______________________________________________ Dillo-dev mailing list -- dillo-dev-lx9mn2B4QYRWk0Htik3J/[email protected] To unsubscribe send an email to dillo-dev-leave-lx9mn2B4QYRWk0Htik3J/[email protected]