From ba31ab3044765270d40c9da934dfc11e5f8b63c5 Mon Sep 17 00:00:00 2001 From: Russ Cox Date: Wed, 27 Apr 2011 13:18:07 -0400 Subject: 9term, acme: autoscroll Ignore scroll/noscroll window setting. Instead, scroll when the write begins in or immediately after the displayed window content. In the new scrolling discipline, executing "Noscroll" is replaced by typing Page Up or using the mouse to scroll higher in the buffer, and executing "Scroll" is replaced by typing End or using the mouse to scroll to the bottom of the buffer. R=r, r2 http://codereview.appspot.com/4433060 --- src/cmd/acme/dat.h | 1 - 1 file changed, 1 deletion(-) (limited to 'src/cmd/acme/dat.h') diff --git a/src/cmd/acme/dat.h b/src/cmd/acme/dat.h index b15395fd..300ba65f 100644 --- a/src/cmd/acme/dat.h +++ b/src/cmd/acme/dat.h @@ -243,7 +243,6 @@ struct Window Range limit; uchar nopen[QMAX]; uchar nomark; - uchar noscroll; Range wrselrange; int rdselfd; Column *col; -- cgit v1.2.3