xref: /vim-8.2.3635/runtime/tools/vimm (revision e37d50a5)
1#!/bin/sh
2# enable DEC locator input model on remote terminal
3printf  "\033[1;2'z\033[1;3'{\c"
4vim "$@"
5# disable DEC locator input model on remote terminal
6printf  "\033[2;4'{\033[0'z\c"
7