termgraph icon indicating copy to clipboard operation
termgraph copied to clipboard

Support alignment options

Open Lol3rrr opened this issue 2 years ago • 0 comments

Currently all the nodes in the generated visuals are inherinetly left-aligned, because we build it up starting from the left. However this might not always be desired and can produce not as good looking visuals. To fix this, we could think about introducing some alignment options, like Alignment::Left or Alignment::Center, which would try to always position the nodes in the visual accordingly.

Lol3rrr avatar Oct 03 '22 17:10 Lol3rrr