aboutsummaryrefslogtreecommitdiffstats
path: root/display.c
diff options
context:
space:
mode:
Diffstat (limited to 'display.c')
-rw-r--r--display.c3
1 files changed, 1 insertions, 2 deletions
diff --git a/display.c b/display.c
index dacf3f0..38b708e 100644
--- a/display.c
+++ b/display.c
@@ -1,4 +1,4 @@
-/* $Id: display.c,v 1.20 2002/03/09 18:07:31 ukai Exp $ */
+/* $Id: display.c,v 1.21 2002/03/10 15:55:15 ukai Exp $ */
#include <signal.h>
#include "fm.h"
@@ -303,7 +303,6 @@ displayBuffer(Buffer *buf, int mode)
#ifdef USE_IMAGE
if (buf->need_reshape) {
- buf->need_reshape = 0;
displayBuffer(buf, B_FORCE_REDRAW);
return;
}