Better explained the scrolling bug. - sam - An updated version of the sam text editor.
 (HTM) git clone git://vernunftzentrum.de/sam.git
 (DIR) Log
 (DIR) Files
 (DIR) Refs
 (DIR) LICENSE
       ---
 (DIR) commit 2be8dae9931102b0e46c8c065d84684540147438
 (DIR) parent c146644eea7f7b5d0e77df096ba65612ac4fe791
 (HTM) Author: Rob King <jking@deadpixi.com>
       Date:   Thu,  1 Sep 2016 15:36:35 -0500
       
       Better explained the scrolling bug.
       
       Diffstat:
         doc/sam.1                           |      10 ++++++++--
       
       1 file changed, 8 insertions(+), 2 deletions(-)
       ---
 (DIR) diff --git a/doc/sam.1 b/doc/sam.1
       @@ -1029,8 +1029,14 @@ Stores output of shell commands executed by
        .Xr ed 1
        .Sh BUGS
        .Pp
       -Scrolling with the mouse wheel works fine if the mouse is over another layer,
       -unless zeroxing has been involved and there are multiple views open onto a file.
       +Mouse chords can be directed to either the front layer,
       +or to the layer containing the mouse pointer.
       +In the latter case,
       +this allows a background layer to be scrolled using the mouse wheel.
       +However,
       +this does not always work if the layer in question has multiple duplicate frames.
       +This is because the scrolling code identifies which layer to scroll by tag,
       +which is common to all views open on that file.
        .Pp
        The only human language in which colors may be specified is English.
        .Pp