Open dmd opened 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:
Note the vertical separator. In weechat, I configure this in weechat.conf via
weechat.conf
[look] prefix_suffix = "│"
Specifically, note that the separator continues on wrapped lines - so this is not covered by buffer.nickname.brackets.right!
buffer.nickname.brackets.right
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.
vertical_rule(1)
This is my neverending quest to make Halloy behave more like weechat, so feel free to WONTFIX :)
I really like this look:
Note the vertical separator. In weechat, I configure this in
weechat.conf
viaSpecifically, note that the separator continues on wrapped lines - so this is not covered by
buffer.nickname.brackets.right
!