view runtime/tools/vimm @ 6546:190e0c086760

Added tag v7-4-599 for changeset 1ef8ce97fc40
author Bram Moolenaar <bram@vim.org>
date Tue, 27 Jan 2015 14:40:00 +0100
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"