newt: pipe output of h comnmand through $pager

front
stanley lieber 2017-06-04 18:02:05 -04:00
parent 94e26e7576
commit 84d8e75a58
1 changed files with 4 additions and 2 deletions

View File

@ -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