From: utzoo!decvax!erewhon!defunct
Newsgroups: net.games.rogue,net.bugs.4bsd
Title: rogue 5.2 bug fix
Article-I.D.: erewhon.1
Posted: Mon Jun 21 13:50:52 1982
Received: Wed Jun 30 05:13:04 1982

During fights in 5.2 rogue, there is some garbage printed on the line
at the top of the screen, viz.
 The snake hit--More--&a264c3Y
every once in a while.

The fix for this bug is to replace the entire routine named flush_type()
in mach_dep.c with the following lines:
        struct sgttyb vec;
        ioctl(2, TIOCGETP, &vec);
        ioctl(2, TIOCSETP, &vec);

Ken Arnold, please note.
No reply needed.