restic/changelog
Michael Eischer b48f579530 termstatus: Fix canUpdateStatus detection for redirected output
The canUpdateStatus check was simplified in #2608, but it accidentally flipped
the condition. The correct check is as follows: If the output is a pipe then
restic probably runs in mintty/cygwin. In that case it's possible to
update the output status. In all other cases it isn't.

This commit inverts to condition again to offer the previous and correct
behavior.
2020-12-06 19:02:42 +01:00
..
2018-04-30 21:41:30 +02:00
2020-05-16 14:05:26 +08:00
2018-06-10 11:29:57 +02:00
2020-10-12 12:15:15 +02:00