jok3r icon indicating copy to clipboard operation
jok3r copied to clipboard

Workaround no longer needed for Enlighten

Open avylove opened this issue 5 years ago • 1 comments

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

avylove avatar Apr 14 '19 14:04 avylove

With Enlighten 1.4.0, terminal sequences should be automatically detected.

avylove avatar Oct 27 '19 04:10 avylove