summaryrefslogtreecommitdiffstats
path: root/source/y/bsd-games/patches/0002-robots-Refresh-screen.patch
diff options
context:
space:
mode:
Diffstat (limited to 'source/y/bsd-games/patches/0002-robots-Refresh-screen.patch')
-rw-r--r--source/y/bsd-games/patches/0002-robots-Refresh-screen.patch20
1 files changed, 20 insertions, 0 deletions
diff --git a/source/y/bsd-games/patches/0002-robots-Refresh-screen.patch b/source/y/bsd-games/patches/0002-robots-Refresh-screen.patch
new file mode 100644
index 000000000..ec588dd80
--- /dev/null
+++ b/source/y/bsd-games/patches/0002-robots-Refresh-screen.patch
@@ -0,0 +1,20 @@
+From: Tobias Quathamer <toddy@debian.org>
+Date: Thu, 16 Feb 2012 11:26:49 +0100
+Subject: robots: Refresh screen
+
+---
+ robots/move.c | 1 +
+ 1 file changed, 1 insertion(+)
+
+diff --git a/robots/move.c b/robots/move.c
+index 7edaae3..b2703c5 100644
+--- a/robots/move.c
++++ b/robots/move.c
+@@ -185,6 +185,7 @@ teleport:
+ flush_in();
+ goto ret;
+ case CTRL('L'):
++ redrawwin(curscr);
+ refresh();
+ break;
+ case EOF: