summaryrefslogtreecommitdiffstats
path: root/abs/core-testing/gpm/gpm.sh
blob: af35a5f339595fbef991bfec4438375da5e1494b (plain)
1
2
3
case $( /usr/bin/tty ) in
    /dev/tty[0-9]*) [ -n "$(pgrep gpm)" ] && /usr/bin/disable-paste ;;
esac