Test changes for Cygwin compatibility.
This commit is contained in:
@@ -110,8 +110,10 @@ tmux_commands()
|
|||||||
done
|
done
|
||||||
printf "send-keys 0x0d\n"
|
printf "send-keys 0x0d\n"
|
||||||
done
|
done
|
||||||
|
printf "send-keys 0x0d\n"
|
||||||
|
sleep 1
|
||||||
printf "send-keys 0x04\n"
|
printf "send-keys 0x04\n"
|
||||||
sleep 5
|
sleep 10
|
||||||
}
|
}
|
||||||
|
|
||||||
tmux_stdin()
|
tmux_stdin()
|
||||||
|
|||||||
@@ -18,4 +18,5 @@ if ($? == 0) {
|
|||||||
$rc = ($? & 127) | 128;
|
$rc = ($? & 127) | 128;
|
||||||
}
|
}
|
||||||
print STDERR "%%% exitstatus: ${rc} %%%\n";
|
print STDERR "%%% exitstatus: ${rc} %%%\n";
|
||||||
|
sleep 1;
|
||||||
exit $rc;
|
exit $rc;
|
||||||
|
|||||||
Reference in New Issue
Block a user