aboutsummaryrefslogtreecommitdiff
path: root/test/functional/terminal
Commit message (Expand)AuthorAge
...
* 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
* paste: WIP #4448Justin M. Keyes2019-08-27
* tests: win: enable buffer focus testJan Edmund Lazo2019-08-18
* test: win: enable WinEnter terminal testJan Edmund Lazo2019-08-18
* tests: make TERM=interix test pending (#10576)Daniel Hahler2019-07-22
* tests: shell-test: use count for REP (#10514)Daniel Hahler2019-07-16
* tests: ex_terminal_spec: add test for previous leak (#10450)Daniel Hahler2019-07-08
* tests: fix/improve "TUI background color" tests (#10229)Daniel Hahler2019-07-03
* tests: fix flaky "terminal (with fake shell) with not arguments …" (#10401)Daniel Hahler2019-07-02
* 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
* Merge pull request #9883 from bfredl/termredrawBjörn Linse2019-05-14
|\
| * ui/terminal: make terminal state redraw like any other stateBjörn Linse2019-05-14
* | UI/nvim_ui_attach(): add `override` optionJustin M. Keyes2019-05-09
* | terminal: swap priority of terminal, editor highlightsJustin M. Keyes2019-05-02
* | Reset stop_insert_mode in terminal_enter rather than terminal_checkglacambre2019-04-20
|/
* :stopinsert should leave terminal-mode #9856glacambre2019-04-08
* test: simplify TUI bg-detection testJustin M. Keyes2019-03-15
* TUI/background detection: hook into VimEnter eventJustin M. Keyes2019-03-11
* vim-patch:8.1.0994: fix relative cursor position #9676Justin M. Keyes2019-03-09
* 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
* | | terminal: Fix potential invalid local 'scrollback' (#9605)Justin M. Keyes2019-02-17
* | | UI: always use contrete colors for default_colors_setBjörn Linse2019-02-05
* | | options: set 'scrollback' to -1 by default #9563Marco Hinz2019-02-04
* | | test: improve reliability of ":terminal topline" testJustin M. Keyes2019-01-31
* | | :terminal : set topline based on window height #8325Andrew Pyatkov2019-01-29
* | | terminal: handle size when switching buffers in windowBjörn Linse2019-01-27
* | | window/ui: reorganize size variables, fix terminal window size with multigrid.Björn Linse2019-01-27
|/ /
* | 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
* | test: adjust time-sensitive tests (#9220)Justin M. Keyes2018-11-10
* | test/win: window_split_tab_spec: fix retry()Justin M. Keyes2018-11-05