Forked from
cmucl / cmucl
Source project has a limited visibility.
-
ram authored
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.
ram authoreddetermines 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.