jok3r
jok3r copied to clipboard
Workaround no longer needed for Enlighten
Enlighten version 1.2.0 introduced an offset
argument. You should be able to pass that to enlighten.Manager to get the same effect as your workaround. Something like this.
manager = enlighten.get_manager(offset=24)
That should reduce lib.output.StatusBar down to about 3 lines which you could just move to lib.output.Output
With Enlighten 1.4.0, terminal sequences should be automatically detected.