[Gd-chatter] r11545 - trunk/fundev/sources/deuce
andreas at gwydiondylan.org
andreas at gwydiondylan.org
Fri Dec 14 02:07:07 CET 2007
Author: andreas
Date: Fri Dec 14 02:07:07 2007
New Revision: 11545
Modified:
trunk/fundev/sources/deuce/streams.dylan
Log:
job: fd
Actually repainting the window is not our business.
Modified: trunk/fundev/sources/deuce/streams.dylan
==============================================================================
--- trunk/fundev/sources/deuce/streams.dylan (original)
+++ trunk/fundev/sources/deuce/streams.dylan Fri Dec 14 02:07:07 2007
@@ -263,7 +263,6 @@
next-method();
// ---*** The centering argument is a hack, and doesn't belong here
queue-redisplay(stream.%window, $display-text, centering: 1);
- redisplay-window(stream.%window);
end;
define sealed method write
@@ -280,7 +279,6 @@
next-method();
// ---*** The centering argument is a hack, and doesn't belong here
queue-redisplay(stream.%window, $display-text, centering: 1);
- redisplay-window(stream.%window);
end;
More information about the chatter
mailing list