Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Customize split layout #3

Open
reaperzn opened this issue Aug 30, 2017 · 1 comment
Open

Customize split layout #3

reaperzn opened this issue Aug 30, 2017 · 1 comment

Comments

@reaperzn
Copy link

It would be really cool if you could specify the grid layout. Currently it seems that the layout will always be a max of 2 rows and balance the number of columns.

It would be nice to be able to specify something like:
./terminator-split 12 --rows 4
or
./terminator-split 12 --columns 2
or
./terminator-split --rows 4 --columns 6

@acudovs
Copy link
Owner

acudovs commented Aug 31, 2017

Current split algorithm is just recursion. We should use some tree algorithm to implement proposed feature.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants