Package: bsdgames Version: 2.17-17 Severity: normal Taken from:
https://bugs.launchpad.net/ubuntu/+source/bsdgames/+bug/465530 """ The classic screen refresh character ^L (Ctrl-L) isn't handled properly by robots. To see an example of this, run a background script to produce interference, and try refreshing the screen with ^L. #!/bin/sh while true; do sleep 5 echo This is external interference. Refresh your screen. done; Run that in the background, and then play robots. Try to refresh with ^L and it does not fully refresh. A simple patch for this is to add a line in robots/move.c:187 "case CTRL('L'): redrawwin(curscr); // ADD THIS LINE refresh(); break; " """ -- To UNSUBSCRIBE, email to debian-bugs-dist-requ...@lists.debian.org with a subject of "unsubscribe". Trouble? Contact listmas...@lists.debian.org