view runtime/tools/vimm @ 1048:73c0eeeee0b7 v7.0.174

updated for version 7.0-174
author vimboss
date Tue, 28 Nov 2006 20:40:00 +0000
parents 3fc0f57ecb91
children f4f8014d516e
line wrap: on
line source

#!/bin/sh
# enable DEC locator input model on remote terminal
echo  "\033[1;2'z\033[1;3'{\c"
vim "$@"
# disable DEC locator input model on remote terminal
echo  "\033[2;4'{\033[0'z\c"