Mercurial > vim
view runtime/tools/vimm @ 9685:fee40b9f4989
Added tag v7.4.2118 for changeset 44151446672647d93d3c3773c3642382b1726bdc
author | Christian Brabandt <cb@256bit.org> |
---|---|
date | Fri, 29 Jul 2016 21:15:08 +0200 |
parents | f4f8014d516e |
children |
line wrap: on
line source
#!/bin/sh # enable DEC locator input model on remote terminal printf "\033[1;2'z\033[1;3'{\c" vim "$@" # disable DEC locator input model on remote terminal printf "\033[2;4'{\033[0'z\c"