On 20-Sep-2001 Jean-Marc Lasgouttes wrote:

> The problem is that there are so many cursors around that I cannot
> tell which one does what. Juergen, could you tell me a bit about all
> the cursors held by lyxtext (the 3 selection cursor, the toggle
> cursors)?

Well I don't know if this helps, but ...

        mutable LyXCursor cursor; // actual cursor position
        LyXCursor cursor;          // temporary cursor to hold a cursor
                                   // position until setSelection is called!
        LyXCursor start;           // start of a REAL selection
        LyXCursor end;             // end of a REAL selection
        LyXCursor last_sel_cursor; // cursor position on last selection made
        LyXCursor toggle_cursor;   // the following two are needed for toggling
                                   // the selection in screen.C
        LyXCursor toggle_end_cursor;

I'll commit this comments to the repository!

          Jürgen

--
-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._
Dr. Jürgen Vigna        E-Mail:  [EMAIL PROTECTED]
Italienallee 13/N       Tel/Fax: +39-0471-450260 / +39-0471-450253
I-39100 Bozen           Web:     http://www.sad.it/~jug
-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._-._

It is impossible to defend perfectly against the attack of those who want
to die.

Reply via email to