Don't insert index on resize Leftover from before - forgot to remove. References: https://todo.sr.ht/~callum/barszcz/29
1 files changed, 0 insertions(+), 1 deletions(-) M beetsplug/barszcz.py
M beetsplug/barszcz.py => beetsplug/barszcz.py +0 -1
@@ 364,7 364,6 @@ class Group: self.thing_pads[i].clear() self.thing_pads[i].resize(thing.height, self.w) self.thing_pads[i].insstr(0, 0, thing.format_info(self.w), attr) - self.thing_pads[i].addstr(0, 0, str(i), attr) self.refresh()