From 84d8e75a589868e060b2d418eae38caaad91ad5a Mon Sep 17 00:00:00 2001 From: stanley lieber Date: Sun, 4 Jun 2017 18:02:05 -0400 Subject: [PATCH] newt: pipe output of h comnmand through $pager --- rc/bin/newt | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/rc/bin/newt b/rc/bin/newt index 2574e38b3..a79a0e796 100755 --- a/rc/bin/newt +++ b/rc/bin/newt @@ -254,8 +254,10 @@ while(){ if not echo !$ngroup does not exist case h - for(i in $r) - h $i + { + for(i in $r) + h $i + } | eval $pager post=$r($#r) prompt=$post case help