summary |
shortlog |
log |
commit | commitdiff |
tree
raw |
patch |
inline | side by side (from parent 1:
c37c6e7)
Panning and multiple CRTs don't mix well. And I finally noticed the
part of the manpage which explained how to turn panning off. So, err,
do that.
case $found in nil) echo >&2 "$0: pointer not on any screen?"; exit 2 ;; esac
case $(( $mul == $div )) in
case $found in nil) echo >&2 "$0: pointer not on any screen?"; exit 2 ;; esac
case $(( $mul == $div )) in
+ 1) pan="--panning 0x0" ;;
*) pan="--panning ${XWIDTH}x${XHEIGHT}" ;;
esac
*) pan="--panning ${XWIDTH}x${XHEIGHT}" ;;
esac