aboutsummaryrefslogtreecommitdiff
path: root/test/functional/terminal/tui_spec.lua
Commit message (Expand)AuthorAge
* test/uname(): always lowercaseJustin M. Keyes2019-09-01
* CI/OpenBSD: run functional testsEdd Barrett2019-09-01
* paste: one undo-block per streamJustin M. Keyes2019-09-02
* test/ui: update tests for new msg_grid implementationBjörn Linse2019-09-01
* tui/input: defer nvim_paste properly.Björn Linse2019-08-31
* test: vim.paste() cancelJustin M. Keyes2019-08-30
* paste: break lines at CR, CRLF #10877Justin M. Keyes2019-08-29
* API: TRY_WRAP() for "abort-causing non-exception errors"Justin M. Keyes2019-08-28
* paste: handle 'nomodifiable'Justin M. Keyes2019-08-27
* paste: make vim.paste() "public"Justin M. Keyes2019-08-27
* paste: handle vim.paste() failureJustin M. Keyes2019-08-27
* paste: implement redo (AKA dot-repeat)Justin M. Keyes2019-08-27
* paste: insert text "before" cursor in Insert-modeJustin M. Keyes2019-08-27
* API: nvim_pasteJustin M. Keyes2019-08-27
* paste: workaround typeahead raceJustin M. Keyes2019-08-27
* API: nvim_put: always PUT_CURSENDJustin M. Keyes2019-08-27
* test/tui_spec: connect to child sessionJustin M. Keyes2019-08-27
* paste: edge-case: handle EOL at end-of-bufferJustin M. Keyes2019-08-27
* paste: testJustin M. Keyes2019-08-27
* paste: use nvim_put()Justin M. Keyes2019-08-27
* paste: fixup testsJustin M. Keyes2019-08-27
* TUI/paste: always flush on paste mode-changeJustin M. Keyes2019-08-27
* tests: make TERM=interix test pending (#10576)Daniel Hahler2019-07-22
* tests: fix/improve "TUI background color" tests (#10229)Daniel Hahler2019-07-03
* getchar: Handle incomplete <Paste> in typeahead buffer #10311Alan Wu2019-06-24
* tui: support rgba background detection (#10205)Harm te Hennepe2019-06-13
* TUI: set os/input.c:global_fd to input->in_fd #10174erw72019-06-10
* test: remove use of require('test.helpers')Justin M. Keyes2019-05-18
* UI/nvim_ui_attach(): add `override` optionJustin M. Keyes2019-05-09
* test: simplify TUI bg-detection testJustin M. Keyes2019-03-15
* TUI/background detection: hook into VimEnter eventJustin M. Keyes2019-03-11
* TUI: rework background-color detectionJustin M. Keyes2019-02-22
* Merge #5027 'TUI: detect background color'Justin M. Keyes2019-02-17
|\
| * Merge #5027 'TUI: detect background color'Justin M. Keyes2019-01-17
| |\
| | * Add tests for terminal background detectionJosh Triplett2016-07-24
* | | UI: always use contrete colors for default_colors_setBjörn Linse2019-02-05
* | | :terminal : set topline based on window height #8325Andrew Pyatkov2019-01-29
|/ /
* | multigrid: add multigrid screen testsUtkarsh Maheshwari2018-12-31
* | multigrid: add multigrid support to test infrastructureBjörn Linse2018-12-31
* | test: win/TUI builtin terminfosJustin M. Keyes2018-12-28
* | highlight: Fix missing .rgb_sp_color in initializers (#9287)Justin M. Keyes2018-11-30
* | defaults: background=dark #2894 (#9205)Justin M. Keyes2018-11-20
* | tests: improve robustness of immediate successes in screen testsBjörn Linse2018-10-15
* | test: replace wait() with pre-assertion in assert_term_colorsBjörn Linse2018-10-06
* | ui: rename ext_newgrid to ext_linegridBjörn Linse2018-10-01
* | tests: introduce screen:expect{...} formBjörn Linse2018-08-27
* | ui: use line-based rather than char-based updates in screen.cBjörn Linse2018-07-21
* | nvim_list_uis: include channel idBjörn Linse2018-06-01
* | test: tui_spec.lua: relax test (#8289)Justin M. Keyes2018-04-16
* | insert-mode: interpret unmapped META as ESCJustin M. Keyes2018-04-04