Home
last modified time | relevance | path

Searched refs:clicks (Results 1 – 19 of 19) sorted by relevance

/vim-8.2.3635/src/testdir/
H A Dtest_tabline.vim79 " set the tab page number (for mouse clicks)
H A Dtest_termcodes.vim963 " Click somewhere else so that the clicks above is not combined with the
964 " clicks in the next iteration.
/vim-8.2.3635/runtime/doc/
H A Dterm.txt769 Mouse clicks can be used to position the cursor, select an area and paste.
799 normal mouse clicks are used by Vim, mouse clicks with the shift or ctrl key
801 'mouse' all mouse clicks go to the xterm.
948 Double, triple and quadruple clicks are supported when the GUI is active, for
950 selecting text, extra clicks extend the selection:
974 clicks.
995 Mouse clicks can be mapped. The codes for mouse clicks are:
H A Dos_unix.txt36 When using Vim in an xterm the mouse clicks can be used by Vim by setting
H A Dos_haiku.txt191 mouse clicks with modifier(s) to other mouse buttons. See the file
H A Dusr_09.txt172 'mousetime' time between clicks for a double-click
H A Dtabpage.txt387 " set the tab page number (for mouse clicks)
H A Dpopup.txt693 When "none" (the default) mouse clicks do not close
H A Dterminal.txt1317 to have the 'mouse' option set to enable mouse clicks.
H A Dquickref.txt812 'mouse' enable the use of mouse clicks
H A Dversion5.txt1708 Double-clicks in the status line do no longer start Visual mode. Dragging a
4329 Mouse clicks and special keys (e.g. cursor keys) quit the more prompt and
6989 Problem: Multi-clicks in GUI are interpreted as a mouse wheel click. When
7185 the number of clicks.
H A Doptions.txt5495 time in msec between two mouse clicks for the second click to be
5672 mouse clicks itself.
7457 label. This information is used for mouse clicks.
7460 mark. This information is used for mouse clicks.
H A Dversion8.txt22472 Problem: Quick clicks in the WinBar start Visual mode.
32995 Problem: No test for mouse clicks in the terminal tabpage line.
33072 Problem: No test for mouse clicks in the fold column.
33084 Problem: Tests for mouse clicks are a bit flaky when run in an interactive
33600 Problem: Mouse clicks in WinBar not tested.
33610 Problem: When GPM mouse support is enabled double clicks in xterm do not
33617 Solution: Check that the WinBar actually shows up. Correct check for clicks
37672 clicks in popup close the popup menu.
40417 Problem: Double and triple clicks are not tested.
40418 Solution: Test mouse clicks to select text. (closes #5226)
[all …]
H A Dtodo.txt5847 - Precede mouse click by a number to simulate double clicks?!?
H A Deval.txt5499 When the user clicks a mouse button, the mouse event will be
H A Dversion7.txt2831 When using |:shell| ignore clicks on the tab page labels. Also when using the
/vim-8.2.3635/src/
H A Dgui_haiku.cc1506 int32 clicks = 0; in MouseDown() local
1507 m->FindInt32("clicks", &clicks); in MouseDown()
1515 clicks > 1 /* = repeated_click*/, vimMouseModifiers); in MouseDown()
2973 int32 clicks = 0; in MouseDown() local
2974 m->FindInt32("clicks", &clicks); in MouseDown()
2986 if ((buttons & B_PRIMARY_MOUSE_BUTTON) && clicks > 1) in MouseDown()
H A Dos_unix.c7272 SET_NUM_MOUSE_CLICKS(string[3], gpm_event.clicks + 1); in mch_gpm_process()
/vim-8.2.3635/runtime/autoload/
H A Dnetrw.vim5227 " when multiple leftmouse clicks are taken when atop the one line help in the banner.