[plt-scheme] text% and cursors

From: Corey Sweeney (corey.sweeney at gmail.com)
Date: Fri May 12 21:01:46 EDT 2006

My bad, I mistakenly thought that you could have a selection and a blinking
cursor at the same time (like some other systems do).  Thanks

Corey

On 5/11/06, Robby Findler <robby at cs.uchicago.edu> wrote:
>
> Do you mean the mouse pointer? If so, you probably want to override
> on-event to track mouse actions. If you mean the insertion point, then
> that is the selection. It's just a selection of size zero in the
> blinking caret case.
>
> Robby
>
> At Thu, 11 May 2006 13:57:54 -0500, "Corey Sweeney" wrote:
> > In a text% i've found the method "get-position" which gets the position
> of
> > the current selection, but how does one get the current position of the
> > cursor?  All the methods i've found with "cursor" in their name seem to
> be
> > about changing cursor graphics.
> >
> > Corey
> >
> > --
> > ((lambda (y) (y y)) (lambda (y) (y y)))
> > _________________________________________________
> >   For list-related administrative tasks:
> >   http://list.cs.brown.edu/mailman/listinfo/plt-scheme
>



-- 
((lambda (y) (y y)) (lambda (y) (y y)))
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <http://lists.racket-lang.org/users/archive/attachments/20060512/30a7e4b7/attachment.html>

Posted on the users mailing list.