Lines Matching refs:mouse
10 source mouse.vim
658 " Test for using the mouse in a terminal
663 let save_mouse = &mouse
667 set mouse=a term=xterm ttymouse=sgr mousetime=200 clipboard=
676 " Create a terminal window running Vim for the test with mouse enabled
680 call term_sendkeys(buf, ":set mouse=a term=xterm ttymouse=sgr\<CR>")
686 " Use the mouse to enter the terminal window
703 " Test for selecting text using mouse
769 let &mouse = save_mouse
816 let save_mouse = &mouse
819 set mouse=a term=xterm ttymouse=sgr mousetime=200
829 " Create a terminal window running Vim for the test with mouse disabled
833 call term_sendkeys(buf, ":set mouse=\<CR>")
837 " Use the mouse to enter the terminal window
856 let &mouse = save_mouse