aboutsummaryrefslogtreecommitdiff
path: root/third-party/patches/libvterm-Fix-escape-sequences-for-MSVC.patch
Commit message (Collapse)AuthorAge
* build/MSVC: remove libvterm-Fix-escape-sequences-for-MSVC.patchJustin M. Keyes2018-09-04
| | | | | Not needed after libvterm commit: https://github.com/neovim/libvterm/commit/487f21dbf65f1c28962fef3f064603f415fbaeb2
* deps: Fix libvterm and libtermkey escape sequences for MSVCb-r-o-c-k2018-06-03
The escape sequence `\e` is non-standard and not supported by MSVC. It caused the terminal emulator to incorrectly interpret certain keys.