LemonBoy/bar

Feature request: allow underline/overline to work across alignment

neeasade opened this issue · 2 comments

eg %{l}left %{+uU#ffffffff} %{c} %{-u} center %{r} right would show #ffffffff underline across the left half inbetween 'left' and 'center'.

Maybe the existing draw_shift() method could be used for this on alignment flag?

/cc @Stebalien

I agree this should work but I don't really have the time to look into this too much at the moment.