I need to press space in two windows at least almost simultaneously to debug my own version of more util. When i'm writing something like
: at "#" stuff " "
it is working too long (delay about 3 seconds from "command from $USER" to real space pressing) Is it possible to do it faster?
So if i have 2 windows: my own more and GNU more I wish to press space and immediately see both more's reactions
atjobs would execute simultaneously-enough?screen -X at '#' stuff 'date +%S.%N\n'on my gnu screen version 4.03.01 and there was only about 2millisecs difference.