blob: 5a9b0804c3ed2c95dba14c4d6de6c8435c679e9e (
plain)
1
2
3
4
5
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"
|