X-Git-Url: https://git.distorted.org.uk/u/mdw/putty/blobdiff_plain/1eb3f8f0f9deefbea5e0ad351bea02331a4af706..1951eebc43dea8e45a1f745675db63e11624a65b:/mac/macterm.c diff --git a/mac/macterm.c b/mac/macterm.c index 229a9083..0ddb789c 100644 --- a/mac/macterm.c +++ b/mac/macterm.c @@ -1,4 +1,4 @@ -/* $Id: macterm.c,v 1.10 2002/11/23 22:36:56 ben Exp $ */ +/* $Id: macterm.c,v 1.11 2002/11/24 00:38:44 ben Exp $ */ /* * Copyright (c) 1999 Simon Tatham * Copyright (c) 1999, 2002 Ben Harris @@ -1273,10 +1273,9 @@ void do_scroll(void *frontend, int topline, int botline, int lines) { /* FIXME: This is seriously broken on Original QuickDraw. No idea why. */ SetPort(s->window); + PenNormal(); if (HAVE_COLOR_QD()) PmBackColor(DEFAULT_BG); - else - BackColor(blackColor); update = NewRgn(); SetRect(&r, 0, topline * s->font_height, s->term->cols * s->font_width, (botline + 1) * s->font_height);