summaryrefslogtreecommitdiff
path: root/appl/acme/xfid.b
diff options
context:
space:
mode:
Diffstat (limited to 'appl/acme/xfid.b')
-rw-r--r--appl/acme/xfid.b4
1 files changed, 2 insertions, 2 deletions
diff --git a/appl/acme/xfid.b b/appl/acme/xfid.b
index 0533a70e..85d9da9f 100644
--- a/appl/acme/xfid.b
+++ b/appl/acme/xfid.b
@@ -374,7 +374,7 @@ Xfid.read(x : self ref Xfid)
QWbody =>
x.utfread(w.body, 0, w.body.file.buf.nc, QWbody);
QWctl =>
- sbuf = w.ctlprint();
+ sbuf = w.ctlprint(1);
QWevent =>
x.eventread(w);
QWdata =>
@@ -1052,7 +1052,7 @@ Xfid.indexread(x : self ref Xfid)
# only show the currently active window of a set
if(w.body.file.curtext != w.body)
continue;
- ctls := w.ctlprint();
+ ctls := w.ctlprint(0);
ctlb := array of byte ctls;
if (len ctls != Ctlsize || len ctlb != Ctlsize)
error("bad length in indexread");