diff options
Diffstat (limited to 'mnv/runtime/tools/mnvm')
| -rwxr-xr-x | mnv/runtime/tools/mnvm | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/mnv/runtime/tools/mnvm b/mnv/runtime/tools/mnvm new file mode 100755 index 0000000000..5a9b0804c3 --- /dev/null +++ b/mnv/runtime/tools/mnvm @@ -0,0 +1,6 @@ +#!/bin/sh +# enable DEC locator input model on remote terminal +printf "\033[1;2'z\033[1;3'{\c" +mnv "$@" +# disable DEC locator input model on remote terminal +printf "\033[2;4'{\033[0'z\c" |
