Skip to content

Commit

Permalink
Fix help screen
Browse files Browse the repository at this point in the history
  • Loading branch information
mdom committed Feb 2, 2019
1 parent 6a1ee00 commit a5f2b6e
Showing 1 changed file with 3 additions and 1 deletion.
4 changes: 3 additions & 1 deletion lib/App/termpub.pm
Original file line number Diff line number Diff line change
Expand Up @@ -160,7 +160,9 @@ sub help_screen {
$row++;
}

App::termpub::Pager->new( pad => $pad )->run;
my $pager = App::termpub::Pager->new;
$pager->pad($pad);
$pager->run;

$self->update_screen;
}
Expand Down

0 comments on commit a5f2b6e

Please sign in to comment.