-
-
Notifications
You must be signed in to change notification settings - Fork 56
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
Expan log section instead of processes with a bigger window #132
Comments
Hey @domenkozar, Sounds like a good idea. |
Automatic layouting would be preferred IMO. Should be simple to follow when the list of processes expand. Otherwise, in Doom Emacs the keybinding to increase/decrease the currently focused "pane" height is |
If automaticaly layout can be implemented, then I think no user action is needed, which is what I'd prefer :) |
Should the automatic layout grow above 50%? It can also be expressed as # of processes. |
I'd say that the max for the process pane is # processes + 1. |
There are many situations where the # processes is higher than what is visible in a single screen. |
Min = line-height * (total process count + 1 (padding))
Example from #133 (emphasis mine):
|
Thanks (as always) @thenonameguy
|
Added in v0.85.0. |
Currently if you make the window bigger with TUI, it will expand the process list even when there are no more processes.
Instead it could detect how many processes are and start extending logs section when all processes are shown.
The text was updated successfully, but these errors were encountered: