aboutsummaryrefslogtreecommitdiff
path: root/test/functional/terminal/tui_spec.lua
Commit message (Expand)AuthorAge
* fix(tui): handle cursor visibility properly (#26091)zeertzjq2023-11-17
* test: use ST terminator instead of BEL in OSC sequencesGregory Anders2023-11-13
* refactor(grid): do arabic shaping in one placebfredl2023-10-08
* refactor: remove longdundargoc2023-09-29
* test(tui_spec): small consistency fixes (#25332)zeertzjq2023-09-24
* fix(tui): make :cquit work properly with remote TUI (#25313)zeertzjq2023-09-23
* test(tui_spec): update cursor_address test for wrap flag (#25228)zeertzjq2023-09-18
* fix(ui): avoid ambiguity about chunk that clears part of line (#24982)zeertzjq2023-09-02
* test: update tests for auto-closing :term buffersGregory Anders2023-08-10
* fix(terminal): forward horizontal mouse scrolling (#24552)zeertzjq2023-08-04
* test: reduce flakiness (#24443)zeertzjq2023-07-23
* feat(tui): support Super and Meta modifiers (#24357)zeertzjq2023-07-15
* test(tui): add test for overriding argv[0] (#24293)zeertzjq2023-07-08
* vim-patch:9.0.1634: message is cleared when removing mode messagezeertzjq2023-06-16
* feat(lua): rename vim.loop -> vim.uv (#22846)Lewis Russell2023-06-03
* test: don't unnecessarily specify win/buf for `nvim_(get|set)_option_value`Famiu Haque2023-05-22
* refactor(options): deprecate nvim[_buf|_win]_[gs]et_optionLewis Russell2023-05-21
* fix(messages): ensure msg_grid is at top at more prompt (#23584)zeertzjq2023-05-17
* Merge pull request #23415 from zeertzjq/sigwinch-redrawbfredl2023-05-06
|\
| * fix(tui): redraw on SIGWINCH even if size didn't changezeertzjq2023-05-01
* | fix(tui): grid_clear properly clears the screenLuuk van Baal2023-05-03
|/
* Merge #22382 has('gui_running')Justin M. Keyes2023-02-28
|\
| * feat(ui): restore has('gui_running')Justin M. Keyes2023-02-27
| * feat(api): more fields in nvim_list_uisJustin M. Keyes2023-02-27
* | fix(tui): avoid stack-use-after-scope with cursor color (#22435)zeertzjq2023-02-28
|/
* test(tui_spec): use RPC request to setup autocommandszeertzjq2023-02-18
* test: make {MATCH:} behave less unexpectedly in screen:expect()zeertzjq2023-02-18
* fix(tui): exit on input eofzeertzjq2023-02-14
* test(tui_spec): remove unnecessary arguments for remote UIzeertzjq2023-02-14
* fix(rpc): ignore redraw events when exiting (#22184)zeertzjq2023-02-09
* fix(exit): skip unnecessary steps in TUI preserve_exit() (#21897)zeertzjq2023-02-02
* fix(remote): don't leak memory on failure to connect to server (#21931)zeertzjq2023-01-21
* test(tui_spec): don't expect exact screen in rapid resize test (#21935)zeertzjq2023-01-21
* test(tui_spec): make rapid resize test test what it wants to test (#21933)zeertzjq2023-01-21
* build(deps): bump libvterm to v0.3.1Christian Clason2023-01-16
* test(tui_spec): doesn't use Unicode in cursor_address test (#21703)zeertzjq2023-01-09
* test(tui_spec): improve cursor_address test (#21700)zeertzjq2023-01-09
* fix(tui): do not invoke loop recursively for pad()bfredl2023-01-06
* fix(tui): make a copy of data->params before unibi_format() (#21643)zeertzjq2023-01-05
* test(tui_spec): avoid race between nvim_paste and nvim_input (#21639)zeertzjq2023-01-04
* fix(tui): more work in the TUIbfredl2022-12-31
* feat(tui): run TUI as external processhlpr982022-12-31
* test(tui_spec): don't use nested terminal for resize at startup (#21583)zeertzjq2022-12-29
* test: simplify platform detection (#21020)dundargoc2022-11-22
* test: use isCI to simplify CI detection (#21134)dundargoc2022-11-20
* test: fix failing tui_spec.lua tests (#21117)Jakub Łuczyński2022-11-19
* test: introduce skip() #21010dundargoc2022-11-13
* feat(pum): pretend 'mousemoveevent' is set when showing right-click menuzeertzjq2022-09-04
* feat(tui): recognize sidescroll events (#19992)zeertzjq2022-08-30
* feat(tui): allow grid and host to disagree on ambiguous-width chars (#19686)zeertzjq2022-08-09