Commits cannot be shown with complex trees
When opened repos that have complex and long history, it shows wide blank space and appears no commits. This image below is for neovim/neovim.
Can serie limit the width for trees and/or scroll horizontally not to hide commits?
Yes, this is something I'd like to improve, but I didn't have any good ideas.
I thought horizontal scrolling would be difficult, but I've changed the internal implementation so it might be possible to implement something practical.
Perhaps the the column where the commit info is drawn could not be static (the width of the widest part of the graph of the entire history) but instead dynamic, and relative to the widest part of the graph that is actually in view.
serie requests the horizontal size 537 in my one of repo...