summaryrefslogtreecommitdiff
path: root/appl/acme/row.b
diff options
context:
space:
mode:
Diffstat (limited to 'appl/acme/row.b')
-rw-r--r--appl/acme/row.b2
1 files changed, 1 insertions, 1 deletions
diff --git a/appl/acme/row.b b/appl/acme/row.b
index 478ec930..5e1a3775 100644
--- a/appl/acme/row.b
+++ b/appl/acme/row.b
@@ -714,7 +714,7 @@ Row.loadx(row : self ref Row, file : string, initing : int)
}
if(q0>w.body.file.buf.nc || q1>w.body.file.buf.nc || q0>q1)
q0 = q1 = 0;
- w.body.show(q0, q1);
+ w.body.show(q0, q1, TRUE);
w.maxlines = min(w.body.frame.nlines, max(w.maxlines, w.body.frame.maxlines));
}
b.close();