[Bug 465530] [NEW] Robots does not handle screen refresh requests

tdenniston denniston.t at gmail.com
Fri Oct 30 20:48:00 UTC 2009


Public bug reported:

Binary package hint: bsdgames

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;
"

** Affects: bsdgames (Ubuntu)
     Importance: Undecided
         Status: New

-- 
Robots does not handle screen refresh requests
https://bugs.launchpad.net/bugs/465530
You received this bug notification because you are a member of Ubuntu
Bugs, which is subscribed to Ubuntu.

-- 
ubuntu-bugs mailing list
ubuntu-bugs at lists.ubuntu.com
https://lists.ubuntu.com/mailman/listinfo/ubuntu-bugs




More information about the universe-bugs mailing list