updated for version 7.2c-000
diff --git a/runtime/tools/vimm b/runtime/tools/vimm
index 042c4a0..7b84cb2 100755
--- a/runtime/tools/vimm
+++ b/runtime/tools/vimm
@@ -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"