newt: pipe output of h comnmand through $pager
This commit is contained in:
parent
94e26e7576
commit
84d8e75a58
1 changed files with 4 additions and 2 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue