annotate runtime/tools/vimm @ 34:e170173ecb68 current-release

before ack base protocol.
author Shinji KONO <kono@ie.u-ryukyu.ac.jp>
date Wed, 26 Nov 2008 15:02:10 +0900
parents 76efa0be13f1
children
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
0
76efa0be13f1 Initial revision
atsuki
parents:
diff changeset
1 #!/bin/sh
76efa0be13f1 Initial revision
atsuki
parents:
diff changeset
2 # enable DEC locator input model on remote terminal
34
e170173ecb68 before ack base protocol.
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 0
diff changeset
3 printf "\033[1;2'z\033[1;3'{\c"
0
76efa0be13f1 Initial revision
atsuki
parents:
diff changeset
4 vim "$@"
76efa0be13f1 Initial revision
atsuki
parents:
diff changeset
5 # disable DEC locator input model on remote terminal
34
e170173ecb68 before ack base protocol.
Shinji KONO <kono@ie.u-ryukyu.ac.jp>
parents: 0
diff changeset
6 printf "\033[2;4'{\033[0'z\c"