aboutsummaryrefslogtreecommitdiff
path: root/test/functional/terminal/tui_spec.lua
Commit message (Expand)AuthorAge
* UIEnter/UILeave: fire for embedder UI, builtin TUIJustin M. Keyes2019-09-12
* API/nvim_list_uis(): include "chan" field for TUIJustin M. Keyes2019-09-12
* paste: fix paste in terminal modeBjörn Linse2019-09-11
* terminal: fix rgb rendering of palette colorsBjörn Linse2019-09-10
* paste: fix normal-mode paste by different approach #10976Justin M. Keyes2019-09-09
* paste: insert before cursor alwaysJustin M. Keyes2019-09-08
* paste: do not clobber msg area for small pastesJustin M. Keyes2019-09-08
* paste/cmdline: discard all chunks after first lineJustin M. Keyes2019-09-08
* paste: reset 'paste' option immediately #10974Justin M. Keyes2019-09-08
* update tests for new resize behavior (resize at pager, but not at :!cmd)Björn Linse2019-09-08
* tests: fix flaky "TUI FocusGained/FocusLost in terminal-mode" #10754Daniel Hahler2019-09-07
* test: add tests for pager glitches and crashesBjörn Linse2019-09-06
* 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