aboutsummaryrefslogtreecommitdiff
path: root/scripts/update_terminfo.sh
Commit message (Collapse)AuthorAge
* update_terminfo.sh: NOLINT data arraysJustin M. Keyes2018-12-28
|
* update_terminfo.sh: Use printf instead of echoJustin M. Keyes2018-12-28
|
* win/TUI: builtin terminfos for cygwin, conemu, et al.erw72018-12-27
|
* win/TUI: SetConsoleMode() to override libuv #9094erw72018-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 Lazo2018-08-11
| | | | Lint fixes for single-include test.
* terminfo: add scripts/update_terminfo.shMarco Hinz2018-08-10
This script updates the built-in terminfo entries. [skip ci]