about summary refs log tree commit homepage
path: root/lib/PublicInbox/LeiOverview.pm
diff options
context:
space:
mode:
authorEric Wong <e@80x24.org>2021-02-02 22:11:43 -1000
committerEric Wong <e@80x24.org>2021-02-04 01:37:10 +0000
commit85d10e97f7c07855c1bbe9bd89e5ebc1aa10352f (patch)
treecd99a27456927246e91e0e735bc0bee2d50e3d88 /lib/PublicInbox/LeiOverview.pm
parenta848cb1e2229e0b313271dad879f9a101e414316 (diff)
downloadpublic-inbox-85d10e97f7c07855c1bbe9bd89e5ebc1aa10352f.tar.gz
This will be useful on shared machines when a user doesn't want
search queries visible to other users looking at the ps(1)
output or similar.
Diffstat (limited to 'lib/PublicInbox/LeiOverview.pm')
-rw-r--r--lib/PublicInbox/LeiOverview.pm1
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/PublicInbox/LeiOverview.pm b/lib/PublicInbox/LeiOverview.pm
index 88034ada..e33d63a2 100644
--- a/lib/PublicInbox/LeiOverview.pm
+++ b/lib/PublicInbox/LeiOverview.pm
@@ -81,7 +81,6 @@ sub new {
         my ($isatty, $seekable);
         if ($dst eq '/dev/stdout') {
                 $isatty = -t $lei->{1};
-                $lei->start_pager if $isatty;
                 $opt->{pretty} //= $isatty;
                 if (!$isatty && -f _) {
                         my $fl = fcntl($lei->{1}, F_GETFL, 0) //