Gitiles
Code Review
Sign In
gerrit.omnirom.org
/
android_external_vim
/
28a23602e8f88937645b8506b7915ecea6e09b18
/
.
/
runtime
/
tools
/
vimm
blob: 7b84cb255e72987722629f1ac1efe6fa762c841c [
file
] [
log
] [
blame
]
#!/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"