diff options
author | Alex Musolino <alex@musolino.id.au> | 2019-10-22 08:18:20 +1030 |
---|---|---|
committer | Alex Musolino <alex@musolino.id.au> | 2019-10-22 08:18:20 +1030 |
commit | 7682a24bc514a9348ec01b1a3d66f9c6568373c4 (patch) | |
tree | a08504d6a002abc9fd50f7576a36e236e87a52e3 /sys/lib | |
parent | e168ea045f7c29afd41aeb5daf865a772fef2c9e (diff) |
/sys/lib/plumb/basic: open nedmail windows with -noscroll
This preserves the desired behaviour of *not* scrolling to the bottom
of plumbed messages even when rio(1) is invoked with the -s flag.
Diffstat (limited to 'sys/lib')
-rw-r--r-- | sys/lib/plumb/basic | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sys/lib/plumb/basic b/sys/lib/plumb/basic index acfd75acb..d61b3064f 100644 --- a/sys/lib/plumb/basic +++ b/sys/lib/plumb/basic @@ -99,7 +99,7 @@ type is text data matches '[a-zA-Z¡-0-9_\-./]+' data matches '/mail/fs/[a-zA-Z¡-0-9/]+/[0-9]+' plumb to showmail -plumb start window -r 4 120 750 600 upas/nedmail -s $0 +plumb start window -noscroll -r 4 120 750 600 upas/nedmail -s $0 # man index entries are synthesized type is text |