Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | api/ui: win_viewport event for visible range and cursor position in window | Björn Linse | 2020-04-01 |
| | |||
* | tests/ui: remove unnecessary screen:detach() | Björn Linse | 2019-10-13 |
| | | | | | | | | | | | | | It is perfectly fine and expected to detach from the screen just by the UI disconnecting from nvim or exiting nvim. Just keep detach() in screen_basic_spec, to get some coverage of the detach method itself. This avoids hang on failure in many situations (though one could argue that detach() should be "fast", or at least "as fast as resize", which works in press-return already). Never use detach() just to change the size of the screen, try_resize() method exists for that specifically. | ||
* | test/ui: update tests for new msg_grid implementation | Björn Linse | 2019-09-01 |
| | |||
* | test/ui: properly test win_hide by explicitly marking hidden grids | Björn Linse | 2019-08-17 |
| | |||
* | ui: use Window type in win_pos consistently with win_float_pos | Björn Linse | 2019-08-17 |
| | | | | Also check invalid positional arguments to screen:expect() | ||
* | test: clear(): remove `opts.headless` parameter | Justin M. Keyes | 2019-04-27 |
| | | | | | | | Callers can instead specify `args_rm={'--headless'}`. TODO: should `nvim_argv` have "--headless" by default? Need to inspect some uses of spawn(nvim_argv) ... | ||
* | ui: multigrid mouse support | Björn Linse | 2019-01-20 |
| | |||
* | multigrid: simplify tests | Björn Linse | 2018-12-31 |
| | |||
* | multigrid: add tests for multiline messages and tabs | Björn Linse | 2018-12-31 |
| | |||
* | multigrid: test refactor | Björn Linse | 2018-12-31 |
| | |||
* | multigrid: add multigrid screen tests | Utkarsh Maheshwari | 2018-12-31 |