diff options
| author | Charles.Forsyth <devnull@localhost> | 2007-06-08 13:03:54 +0000 |
|---|---|---|
| committer | Charles.Forsyth <devnull@localhost> | 2007-06-08 13:03:54 +0000 |
| commit | 043f83732c06a092cd12b5ad4f92264dee44c61a (patch) | |
| tree | 8e7d497649f33c02b03e6cc476018487dd8c1374 /appl/acme/xfid.b | |
| parent | 9f620229775d41f76096d9039c46ff368fd44d47 (diff) | |
20070608-1402
Diffstat (limited to 'appl/acme/xfid.b')
| -rw-r--r-- | appl/acme/xfid.b | 4 |
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"); |
