aboutsummaryrefslogtreecommitdiff
path: root/test/functional/terminal/mouse_spec.lua
Commit message (Expand)AuthorAge
* fix(terminal): keep focus when scrolling number column of another window (#25...zeertzjq2023-10-31
* fix(terminal): don't lose focus on <MouseMove> (#25845)zeertzjq2023-10-31
* fix(terminal): handle horizontal scrolling in another window (#24828)zeertzjq2023-08-21
* refactor(options): deprecate nvim[_buf|_win]_[gs]et_optionLewis Russell2023-05-21
* test: unskip working Windows tests (#22537)dundargoc2023-03-13
* fix(terminal): fix 'mousescroll' not respected in terminal mode (#21415)zeertzjq2022-12-14
* test: simplify platform detection (#21020)dundargoc2022-11-22
* test: introduce skip() #21010dundargoc2022-11-13
* fix(input): put modifiers back into typeahead buffer when neededzeertzjq2022-01-23
* fix(terminal): correctly forward mouse eventszeertzjq2021-12-27
* fix(terminal): ignore left-release mouse actiondm1try2021-12-10
* vim-patch:8.2.3461: distinguish Normal and Terminal-Normal mode #15878zeertzjq2021-10-09
* terminal: Fix mouse coordinates issue (#12158)erw72020-04-21
* tests/ui: remove unnecessary screen:detach()Björn Linse2019-10-13
* :terminal : set topline based on window height #8325Andrew Pyatkov2019-01-29
* terminal: handle size when switching buffers in windowBjörn Linse2019-01-27
* terminal: resize to the max dimensions (#8249)Andrew Pyatkov2018-04-16
* 'fillchars': fix defaults logic; handle ambiwidth=double #7986Matthieu Coudron2018-02-23
* :terminal : fix crash on resize (#7547)Justin M. Keyes2017-11-13
* win: support :terminalerw72017-08-16
* terminal: Keep cursor position.Justin M. Keyes2017-03-01
* terminal: Don't redraw the entire screen when resizing (#6167)Tommy Allen2017-02-26
* Mark some functional tests as pending in WindowsRui Abreu Ferreira2016-08-26
* tests: don't ignore highlights in terminal testsBjörn Linse2016-08-14
* Make existing tests work with new featureMarco Hinz2016-06-20
* functests: Check logs in lua codeZyX2016-06-10
* test/functional: clean up according to luacheck (part 1)Marco Hinz2015-11-23
* terminal : don't set vterm size to 0 (workaround #2732)Frederik Van Slycken2015-05-31
* term: after <C-\>, resume normal input loopScott Prager2015-04-05
* test: Add terminal testsThiago de Arruda2015-03-25