aboutsummaryrefslogtreecommitdiff
path: root/test/functional/terminal/tui_spec.lua
Commit message (Expand)AuthorAge
* ui/tui: highlighting refactorBjörn Linse2018-02-11
* tui: final_column_wrap(): fix row calculationJustin M. Keyes2018-01-16
* ui: forward relevant option updates to UIs (#7520)Björn Linse2017-12-12
* tui: flush -V3 ('verbose' >= 3) info ASAPJustin M. Keyes2017-12-05
* test/tui: -V3log logs terminfo valuesJustin M. Keyes2017-12-05
* test: macOS 10.13: unibilium cannot find "xterm" terminfoJustin M. Keyes2017-12-05
* test: tui_spec: narrower scope for timeout tweaksJustin M. Keyes2017-12-05
* test: tui_spec.lua: use robust settingsJustin M. Keyes2017-11-27
* tui: expose terminal type in 'term' optionJustin M. Keyes2017-11-27
* tui_spec: Convert nil to "" before formatting itJames McCoy2017-11-12
* test: FocusGained: retry() cmdline-mode testJustin M. Keyes2017-09-09
* test: FocusGained: press-enter promptJustin M. Keyes2017-09-05
* test: FocusGained: let UI settle before sending inputJustin M. Keyes2017-09-05
* eventloop: restore redraw in cmdline K_EVENT handlerJustin M. Keyes2017-09-05
* test: FocusGained/FocusLostJustin M. Keyes2017-09-05
* test: use global_helpers.uname() instead of calling to nvim UUTJustin M. Keyes2017-09-05
* Repair tui_spec functional testsDrew Neil2017-08-21
* test: tui_spec: Remove unused is_linux variableJames McCoy2017-07-07
* tui: Correct commentary on tmux colour tests.Jonathan de Boyne Pollard2017-06-03
* tui: Add built-in terminfo entry for VTE.Jonathan de Boyne Pollard2017-06-03
* tui: Add st to the always 256-colour capable list.Jonathan de Boyne Pollard2017-06-03
* tui: Correct a copy and paste error in stterm tests.Jonathan de Boyne Pollard2017-06-03
* tui: Update colour tests some more.Jonathan de Boyne Pollard2017-06-03
* tui: Update colour tests.Jonathan de Boyne Pollard2017-06-03
* tui: Also fix "linux*" terminfo entries. #6673Jonathan de Boyne Pollard2017-05-04
* Merge branch 'master' into rename-executeZyX2017-04-09
|\
| * test: retry(): Report number of retries. (#6475)Justin M. Keyes2017-04-09
* | functests: Replace execute with either command or feed_commandZyX2017-04-09
|/
* terminal.c:redraw(): Avoid invalid cursor col (#6379)Justin M. Keyes2017-03-29
* defaults: 'showcmd', 'belloff', 'ruler'Justin M. Keyes2017-03-16
* test/tui_spec: Force LANG=CJustin M. Keyes2016-10-13
* Mark some functional tests as pending in WindowsRui Abreu Ferreira2016-08-26
* tests: don't ignore highlights in terminal testsBjörn Linse2016-08-14
* test: TUI colors: Skip TERM=linux on non-linux. (#5015)Justin M. Keyes2016-07-06
* test: TUI colors ('t_Co')Justin M. Keyes2016-07-03
* functests: Check logs in lua codeZyX2016-06-10
* Fix tui_spec.lua for QB/TravisKillTheMule2016-05-14
* Rewrite hexadecimal escape sequences as decimal in lua stringsThiago de Arruda2016-03-07
* input: Do not set high-bit; preserve ALT modifier.Justin M. Keyes2016-01-11
* test/functional: clean up according to luacheck (part 2)Marco Hinz2015-11-23
* test/functional: clean up according to luacheck (part 1)Marco Hinz2015-11-23
* Reorganize focus events test into individual testsJoe Hermaszewski2015-11-23
* Enable focus events in cmdline and terminal modesJoe Hermaszewski2015-11-23
* Add tests for focus eventsJoe Hermaszewski2015-11-17
* Add TermClose eventMarco Hinz2015-11-15
* tui: Fix abort when stdout and stderr are not tty.Thiago de Arruda2015-10-29
* test: Add more TUI tests and increase timeoutThiago de Arruda2015-10-26
* functests: Do not forget about -i argumentZyX2015-10-23
* test: Add basic tests for the TUIThiago de Arruda2015-10-01