Re: Is it possible to get transparent cursors?

2019-09-04 Thread Daniel

On 2019-09-04 16:01, Jean-Marc Lasgouttes wrote:

Le 04/09/2019 à 15:57, Daniel a écrit :

On 2019-09-03 01:12, Jason Sun wrote:
I tried to use a bigger cursor but the cursor blocks the text if I do 
so, making it a bit annoying.. Is there an option to make the cursor 
transparent with the current implementation?


I am curious what a transparent cursor would be useful for. How would 
you see where the current cursor position is?


Transparent doe snot mean invisible...

JMarc



Strictly speaking true but it does mean fully transparent, at least in 
some design context, e.g. CSS:


"The transparent keyword represents a fully transparent color. This 
makes the background behind the colored item completely visible. 
Technically, transparent is a shortcut for rgba(0,0,0,0)." 
(https://developer.mozilla.org/en-US/docs/Web/CSS/color_value)


But I guess Jason means semi-transparent or so. Anyway, I am still a fan 
of colour inversion. :)


Daniel



Re: Is it possible to get transparent cursors?

2019-09-04 Thread Jean-Marc Lasgouttes

Le 04/09/2019 à 15:57, Daniel a écrit :

On 2019-09-03 01:12, Jason Sun wrote:
I tried to use a bigger cursor but the cursor blocks the text if I do 
so, making it a bit annoying.. Is there an option to make the cursor 
transparent with the current implementation?


I am curious what a transparent cursor would be useful for. How would 
you see where the current cursor position is?


Transparent doe snot mean invisible...

JMarc


Re: Is it possible to get transparent cursors?

2019-09-04 Thread Daniel

On 2019-09-03 01:12, Jason Sun wrote:
I tried to use a bigger cursor but the cursor blocks the text if I do 
so, making it a bit annoying.. Is there an option to make the cursor 
transparent with the current implementation?


I am curious what a transparent cursor would be useful for. How would 
you see where the current cursor position is?


As for the cursor blocking text, would a cursor that inverts the colors 
beneth it help? I suggested this and a patch a while back:


https://www.lyx.org/trac/ticket/10462

Daniel



Re: Is it possible to get transparent cursors?

2019-09-04 Thread Jean-Marc Lasgouttes

Le 03/09/2019 à 01:12, Jason Sun a écrit :
I tried to use a bigger cursor but the cursor blocks the text if I do 
so, making it a bit annoying.. Is there an option to make the cursor 
transparent with the current implementation?


We do not support transparent colors right now. This would not be very 
difficult, but some work has to be done for that.


JMarc