diff options
author | aiju <devnull@localhost> | 2014-07-31 11:36:24 +0200 |
---|---|---|
committer | aiju <devnull@localhost> | 2014-07-31 11:36:24 +0200 |
commit | 709e78b9f9a76658cc6c704176ebf8f5821ee9d2 (patch) | |
tree | 89b0e66fd11d691dbef6c5fed98f3b62d157bd5a /sys/src/cmd/spred/dat.h | |
parent | 98d518cc8c1ff7d1440ebffb9f546d3e0e149d60 (diff) |
spred: scrolling and other bugfixes
Diffstat (limited to 'sys/src/cmd/spred/dat.h')
-rw-r--r-- | sys/src/cmd/spred/dat.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/src/cmd/spred/dat.h b/sys/src/cmd/spred/dat.h index 63ac1f75f..df20ee463 100644 --- a/sys/src/cmd/spred/dat.h +++ b/sys/src/cmd/spred/dat.h @@ -50,7 +50,7 @@ struct Win { Frame fr; Rune *runes; - int nrunes, arunes; + int nrunes, arunes, opoint; int toprune; int zoom; |