Skip to content
Snippets Groups Projects
Forked from cmucl / cmucl
Source project has a limited visibility.
  • ram's avatar
    e8ce64ee
    Added *terminal-baud-rate*, which defaults to 9600. If true, this value · e8ce64ee
    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.
    e8ce64ee
    History
    Added *terminal-baud-rate*, which defaults to 9600. If true, this value
    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.