Added *terminal-baud-rate*, which defaults to 9600. If true, this value
determines an amount of time to sleep after doing each write to the TTY. This prevents the redisplay from getting ahead of the terminal, allowing redisplay to be aborted when there is new input. This is necessary, since buffering in the network keeps the rite from blocking even though the TTY isn't done with the preceding output request yet. This supersedes the old listen-iterations-hack.
Please register or sign in to comment