Rafael Perez Pascual a écrit :
I am using lyx on Debian Linux, the cursor is a one pixel line very dificut to see, is it possible to have a larger cursor?Thanks Rafael Perez
For Qt frontend at least, this is hard-coded in "src/frontends/qt2/qscreen.C". At line 79, in member function showCursor, you could change that pretty easily:
cursor_w_ = 1;
To
cursor_w_ = 2;
You'll have to recompile LyX afterward of course ;-)
Hope that helps,
Abdel.
