mirror of
git://slackware.nl/current.git
synced 2024-12-28 09:59:53 +01:00
66b0761fe7
ap/cups-filters-1.22.1-x86_64-1.txz: Upgraded. y/bsd-games-2.17-x86_64-1.txz: Upgraded.
20 lines
429 B
Diff
20 lines
429 B
Diff
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:
|