projects
/
git-annex.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
3346aa9
)
fix build
author
Joey Hess
<joeyh@joeyh.name>
Wed, 12 Apr 2023 18:18:29 +0000
(14:18 -0400)
committer
Joey Hess
<joeyh@joeyh.name>
Wed, 12 Apr 2023 18:18:29 +0000
(14:18 -0400)
Command/Inprogress.hs
patch
|
blob
|
history
diff --git
a/Command/Inprogress.hs
b/Command/Inprogress.hs
index 6df55c6f035e41cc4332e9398e89ae4d6463e8c7..b4050d207fa0c954f7547a4711912423af32e3a1 100644
(file)
--- a/
Command/Inprogress.hs
+++ b/
Command/Inprogress.hs
@@
-31,6
+31,7
@@
optParser desc = InprogressOptions
seek :: InprogressOptions -> CommandSeek
seek o = do
+ IsTerminal isterminal <- liftIO $ checkIsTerminal stdout
ts <- map (transferKey . fst) <$> getTransfers
case keyOptions o of
Just WantAllKeys ->