X-Git-Url: http://www.git.cypherpunks.ru/?a=blobdiff_plain;f=status.go;h=d9e7f56a134e9d5e53d967437e35b71c2e9f8e6e;hb=8975ded5e3f23ccad31ad53d978f6faba7707072;hp=994e431d57739f1848c386b92003338cea2f0e98;hpb=465fef553f227a11b354182f588d9f6aa7fbbe09;p=goredo.git diff --git a/status.go b/status.go index 994e431..d9e7f56 100644 --- a/status.go +++ b/status.go @@ -1,6 +1,6 @@ /* goredo -- redo implementation on pure Go -Copyright (C) 2020 Sergey Matveev +Copyright (C) 2020-2021 Sergey Matveev This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -40,7 +40,7 @@ var ( ) func statusInit() { - if *flagNoStatus { + if NoProgress || *flagNoStatus { return } if v := os.Getenv(EnvNoStatus); v == "1" {