aboutsummaryrefslogtreecommitdiffstats
path: root/display.c
diff options
context:
space:
mode:
Diffstat (limited to 'display.c')
-rw-r--r--display.c6
1 files changed, 3 insertions, 3 deletions
diff --git a/display.c b/display.c
index 2eb8c1f..aeca594 100644
--- a/display.c
+++ b/display.c
@@ -1,4 +1,4 @@
-/* $Id: display.c,v 1.54 2003/01/23 18:38:05 ukai Exp $ */
+/* $Id: display.c,v 1.55 2003/01/23 18:42:52 ukai Exp $ */
#include <signal.h>
#include "fm.h"
@@ -363,8 +363,8 @@ displayBuffer(Buffer *buf, int mode)
buf->width = COLS;
if (buf->height == 0)
buf->height = LASTLINE + 1;
- if ((buf->width != INIT_BUFFER_WIDTH && (buf->type &&
- !strcmp(buf->type, "text/html")
+ if ((buf->width != INIT_BUFFER_WIDTH && ((buf->type &&
+ !strcmp(buf->type, "text/html"))
|| FoldLine))
|| buf->need_reshape) {
buf->need_reshape = TRUE;