Commit message (Collapse) | Author | Age | |
---|---|---|---|
* | update_terminfo.sh: NOLINT data arrays | Justin M. Keyes | 2018-12-28 |
| | |||
* | update_terminfo.sh: Use printf instead of echo | Justin M. Keyes | 2018-12-28 |
| | |||
* | win/TUI: builtin terminfos for cygwin, conemu, et al. | erw7 | 2018-12-27 |
| | |||
* | win/TUI: SetConsoleMode() to override libuv #9094 | erw7 | 2018-12-27 |
| | | | | | | | | | | | | Use uv_set_vterm_state() to override libuv's guess. See https://github.com/libuv/libuv/pull/1873/ for discussion. This commit uses a terminal-detection approach based on GetProcessImageFileNameW(...), which will be reverted in the following commit. The approach was intended to handle the case of running in winpty (:terminal), but we will add $NVIM env var for that. Also add some support for ConEmu, cygwin. | ||
* | terminfo: add header guard, stdint.h for int8_t (#8848) | Jan Edmund Lazo | 2018-08-11 |
| | | | | Lint fixes for single-include test. | ||
* | terminfo: add scripts/update_terminfo.sh | Marco Hinz | 2018-08-10 |
This script updates the built-in terminfo entries. [skip ci] |