Compare commits

..

No commits in common. "478078be7fc776c44b4df68ffd8e78db5bf96114" and "b1cfaae13814878e7d0f19806d55907156618ef6" have entirely different histories.

2 changed files with 1 additions and 9 deletions

Binary file not shown.

Before

Width:  |  Height:  |  Size: 2.8 KiB

View file

@ -219,6 +219,7 @@ convertimg() {
sx=0
sy=0
shuf_xy() {
case $SHUFMODE in
chaos) test -z $H && H=640
test -z $W && W=480
@ -378,16 +379,7 @@ case $1 in
echo "please specify coords with e.g. 'W=420 H=420 SHUFMODE=static $0 floot $FNAME" >&2
exit 1
fi
#~ message "request board size from ${YELLOW}${IPFLOOT}:${FLOOTPORT}${ENDCOLOR}"
#~ exec 5<>/dev/tcp/$IPFLOOT/$FLOOTPORT
#~ echo "SIZE" >&5
#~ #sleep 1
#~ BOARDSIZE="$(cat <&5)" &
#~ cat <&5 &
#~ sleep 1
#~ exec 5<&-
#~ message "$BOARSIZE"
floot
;;
*)