diff options
| author | Russ Cox <rsc@swtch.com> | 2011-10-12 13:19:04 -0400 |
|---|---|---|
| committer | Russ Cox <rsc@swtch.com> | 2011-10-12 13:19:04 -0400 |
| commit | 210d461c87a6c5f598ef958b303a7f24d4e4a93b (patch) | |
| tree | 542f2adb7c8c52a31360e6038b182ba344ad307c /src/cmd/9term/dat.h | |
| parent | 7064acbd104d7c1af5a94533213d2bb124a7a60e (diff) | |
| parent | 7064acbd104d7c1af5a94533213d2bb124a7a60e (diff) | |
| download | plan9port-210d461c87a6c5f598ef958b303a7f24d4e4a93b.tar.gz plan9port-210d461c87a6c5f598ef958b303a7f24d4e4a93b.zip | |
merge
Diffstat (limited to 'src/cmd/9term/dat.h')
| -rw-r--r-- | src/cmd/9term/dat.h | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/src/cmd/9term/dat.h b/src/cmd/9term/dat.h index 32b75414..c1af6592 100644 --- a/src/cmd/9term/dat.h +++ b/src/cmd/9term/dat.h @@ -132,6 +132,7 @@ struct Window Rectangle lastsr; int topped; int notefd; + uchar scrolling; Cursor cursor; Cursor *cursorp; uchar holding; @@ -149,7 +150,7 @@ int winborder(Window*, Point); void winctl(void*); void winshell(void*); Window* wlookid(int); -Window* wmk(Image*, Mousectl*, Channel*, Channel*); +Window* wmk(Image*, Mousectl*, Channel*, Channel*, int); Window* wpointto(Point); Window* wtop(Point); void wtopme(Window*); |
