Fix display when run with -J1

Commit b6642dde8a broke it by enabling
non-concurrent display mode while leaving concurrency set in the config
and having already started concurrency earlier.

(I don't actually know if that commit was a good idea.)

Sponsored-By: Brett Eisenberg on Patreon
This commit is contained in:
Joey Hess 2023-06-15 10:01:42 -04:00
parent 772d7fa82d
commit 114a2d7504
No known key found for this signature in database
GPG key ID: DB12DB0FF05F8F38
3 changed files with 9 additions and 5 deletions

View file

@ -9,3 +9,5 @@ The filename is displayed at end.
This does not happen at -J2 or without -J.
--[[Joey]]
> [[fixed|done]] --[[Joey]]