From 1204f763cf0b6dde856b7f25d1906427a41fdf43 Mon Sep 17 00:00:00 2001 From: Chris Hanson Date: Tue, 14 May 1996 05:42:46 +0000 Subject: [PATCH] Guarantee that the presentation space for a window is set to its normal colors at the end of a redisplay. Previously, it was often left in the highlight colors, which would cause areas of the window to be painted in the foreground color when they were exposed. --- v7/src/edwin/os2term.scm | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/v7/src/edwin/os2term.scm b/v7/src/edwin/os2term.scm index 66c1410d9..0411806e1 100644 --- a/v7/src/edwin/os2term.scm +++ b/v7/src/edwin/os2term.scm @@ -1,6 +1,6 @@ ;;; -*-Scheme-*- ;;; -;;; $Id: os2term.scm,v 1.16 1996/05/11 08:50:15 cph Exp $ +;;; $Id: os2term.scm,v 1.17 1996/05/14 05:42:46 cph Exp $ ;;; ;;; Copyright (c) 1994-96 Massachusetts Institute of Technology ;;; @@ -268,6 +268,7 @@ (set! finished? result) result)) (lambda () + (set-screen-face! screen (screen-normal-face screen)) (if finished? (update-os2-screen-names! screen)))))) -- 2.25.1