summaryrefslogtreecommitdiff
path: root/sys/src/cmd/spred/fil.c
diff options
context:
space:
mode:
authoraiju <devnull@localhost>2014-07-31 11:36:24 +0200
committeraiju <devnull@localhost>2014-07-31 11:36:24 +0200
commit709e78b9f9a76658cc6c704176ebf8f5821ee9d2 (patch)
tree89b0e66fd11d691dbef6c5fed98f3b62d157bd5a /sys/src/cmd/spred/fil.c
parent98d518cc8c1ff7d1440ebffb9f546d3e0e149d60 (diff)
spred: scrolling and other bugfixes
Diffstat (limited to 'sys/src/cmd/spred/fil.c')
-rw-r--r--sys/src/cmd/spred/fil.c7
1 files changed, 7 insertions, 0 deletions
diff --git a/sys/src/cmd/spred/fil.c b/sys/src/cmd/spred/fil.c
index 8cb3708b2..2d4aa70a8 100644
--- a/sys/src/cmd/spred/fil.c
+++ b/sys/src/cmd/spred/fil.c
@@ -155,3 +155,10 @@ filredraw(File *f)
for(w = f->wins.wnext; w != &f->wins; w = w->wnext)
w->tab->draw(w);
}
+
+void
+change(File *f)
+{
+ f->change = 1;
+ quitok = 0;
+}