Mercurial > vim
view src/libvterm/t/27state_reset.test @ 11657:a7cd2a53590c v8.0.0711
patch 8.0.0711: cannot build without the wildmenu feature
commit https://github.com/vim/vim/commit/85dad2c815aaef69aa948fb17874b3825dd72def
Author: Bram Moolenaar <Bram@vim.org>
Date: Wed Jul 12 21:12:43 2017 +0200
patch 8.0.0711: cannot build without the wildmenu feature
Problem: Cannot build without the wildmenu feature.
Solution: Add #ifdef
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Wed, 12 Jul 2017 21:15:03 +0200 |
parents | b8299e742f41 |
children |
line wrap: on
line source
INIT WANTSTATE RESET !RIS homes cursor PUSH "\e[5;5H" ?cursor = 4,4 WANTSTATE +m PUSH "\ec" ?cursor = 0,0 WANTSTATE -m !RIS cancels scrolling region PUSH "\e[5;10r" WANTSTATE +s PUSH "\ec\e[25H\n" scrollrect 0..25,0..80 => +1,+0 WANTSTATE -s !RIS erases screen PUSH "ABCDE" WANTSTATE +e PUSH "\ec" erase 0..25,0..80 WANTSTATE -e !RIS clears tabstops PUSH "\e[5G\eH\e[G\t" ?cursor = 0,4 PUSH "\ec\t" ?cursor = 0,8