neovim/test/functional/terminal
Jonathan de Boyne Pollard 052c2d0a0f tui: Also fix "linux*" terminfo entries. #6673
The terminfo entry for linux only advertises 8 colours, but nvim tries
to make it display 16 colours anyway, resulting in erroneous SGR control
sequences for colours 8 and above. The Linux kernel terminal emulator
itself has actually understood the 256-colour control sequences since
version 4.8 and the 16-colour control sequences since version 4.9. Thus
we apply the same terminfo fixup as we apply for *xterm* and *256*, to
emit the 16-colour and 256-colour control sequences even if terminfo's
setaf and setab do not advertise them.
2017-05-04 16:18:36 +02:00
..
altscreen_spec.lua Mark some functional tests as pending in Windows 2016-08-26 08:21:41 +01:00
api_spec.lua defaults: 'showcmd', 'belloff', 'ruler' 2017-03-16 18:44:10 +01:00
buffer_spec.lua functests: Replace execute with either command or feed_command 2017-04-09 03:24:08 +03:00
cursor_spec.lua functests: Fix terminal/cursor_spec 2017-04-09 03:24:21 +03:00
edit_spec.lua win: default shellxescape, shellxquote to empty 2017-04-12 02:10:34 +02:00
ex_terminal_spec.lua tests: detect invalid helpers.sleep 2017-04-21 14:21:26 +02:00
helpers.lua functests: Replace execute with either command or feed_command 2017-04-09 03:24:08 +03:00
highlight_spec.lua functests: Fix terminal/highlight_spec 2017-04-09 03:24:22 +03:00
mouse_spec.lua terminal: Keep cursor position. 2017-03-01 14:47:49 +01:00
scrollback_spec.lua 'scrollback': Allow :setlocal -1 on normal buffers 2017-04-20 13:13:39 +02:00
tui_spec.lua tui: Also fix "linux*" terminfo entries. #6673 2017-05-04 16:18:36 +02:00
window_spec.lua terminal: Keep cursor position. 2017-03-01 14:47:49 +01:00
window_split_tab_spec.lua functests: Replace execute with either command or feed_command 2017-04-09 03:24:08 +03:00