-
-
Notifications
You must be signed in to change notification settings - Fork 1.4k
Closed
Labels
c8-hard 🕗Complexity highComplexity highp2-bug-warning ⚠Visual output badVisual output badp4-enhancement-future 🧨On the back burnerOn the back burnersynchronisation ⇶Multi-thread/processingMulti-thread/processing
Milestone
Description
- expose a new argument
nrows=None
- default: auto-detect terminal height with some sensible default such as
20
(similar toncols
)
- default: auto-detect terminal height with some sensible default such as
- hide bars
if n < total and pos >= nrows
- completed/
close()
d bars will ignorenrows
and just print according toleave
- completed/
- TODO: link related issues
This fixes issues where there are more nested bars than room for on a screen.
Cross-platform auto-detection compatibility will be at least as annoying as is for ncols
.
Metadata
Metadata
Assignees
Labels
c8-hard 🕗Complexity highComplexity highp2-bug-warning ⚠Visual output badVisual output badp4-enhancement-future 🧨On the back burnerOn the back burnersynchronisation ⇶Multi-thread/processingMulti-thread/processing