core/gpm/gpm.sh

4 lines
102 B
Bash
Raw Normal View History

2010-03-13 23:25:19 +08:00
case $( /usr/bin/tty ) in
/dev/tty[0-9]*) [ -n "$(pgrep gpm)" ] && /usr/bin/disable-paste ;;
esac