squidowl / halloy

IRC application written in Rust
GNU General Public License v3.0
1.64k stars 59 forks source link

separator line between nicks and text #522

Open dmd opened 2 months ago

dmd commented 2 months ago

This is my neverending quest to make Halloy behave more like weechat, so feel free to WONTFIX :)

I really like this look:

image

Note the vertical separator. In weechat, I configure this in weechat.conf via

[look]
prefix_suffix = "│"

Specifically, note that the separator continues on wrapped lines - so this is not covered by buffer.nickname.brackets.right!

casperstorm commented 2 months ago

This is great, please feel free to keep adding feature requests like this. Thank you. If anyone wanna tackle this, I think the way to go is using a vertical_rule(1) and place it between nick and text.