diff 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
line wrap: on
line diff
--- a/runtime/tools/vimm	Mon Nov 10 01:13:56 2008 +0000
+++ b/runtime/tools/vimm	Wed Nov 26 15:02:10 2008 +0900
@@ -1,6 +1,6 @@
 #!/bin/sh
 # enable DEC locator input model on remote terminal
-echo  "\033[1;2'z\033[1;3'{\c"
+printf  "\033[1;2'z\033[1;3'{\c"
 vim "$@"
 # disable DEC locator input model on remote terminal
-echo  "\033[2;4'{\033[0'z\c"
+printf  "\033[2;4'{\033[0'z\c"