comparison runtime/tools/vimm @ 7:3fc0f57ecb91 v7.0001

updated for version 7.0001
author vimboss
date Sun, 13 Jun 2004 20:20:40 +0000
parents
children f4f8014d516e
comparison
equal deleted inserted replaced
6:c2daee826b8f 7:3fc0f57ecb91
1 #!/bin/sh
2 # enable DEC locator input model on remote terminal
3 echo "\033[1;2'z\033[1;3'{\c"
4 vim "$@"
5 # disable DEC locator input model on remote terminal
6 echo "\033[2;4'{\033[0'z\c"