feature request: v:mousecol and v:mouseline

2006-10-21 Thread Hari Krishna Dara
When maps for mouse clicks are executed, can we have the location (in the form of line and column number) made available through v: variables? I just observed that getchar() works even with mouse clicks, but this is almost useless without knowing where the user clicked. Capturing mouse clicks

Re: feature request: v:mousecol and v:mouseline

2006-10-21 Thread A.J.Mechelynck
Hari Krishna Dara wrote: When maps for mouse clicks are executed, can we have the location (in the form of line and column number) made available through v: variables? I just observed that getchar() works even with mouse clicks, but this is almost useless without knowing where the user clicked.

Re: feature request: v:mousecol and v:mouseline

2006-10-21 Thread Bram Moolenaar
Hari Krishna Dara wrote: When maps for mouse clicks are executed, can we have the location (in the form of line and column number) made available through v: variables? I just observed that getchar() works even with mouse clicks, but this is almost useless without knowing where the user

Re: feature request: v:mousecol and v:mouseline

2006-10-21 Thread Hari Krishna Dara
On Sat, 21 Oct 2006 at 11:19am, Hari Krishna Dara wrote: On Sat, 21 Oct 2006 at 1:59pm, Bram Moolenaar wrote: Hari Krishna Dara wrote: When maps for mouse clicks are executed, can we have the location (in the form of line and column number) made available through v: variables?