2.0 Task window height issue for TUI applications #472
Replies: 2 comments
-
|
Setting the jobstart(width, height) mytasktemplate = {
...
strategy = {
"jobstart",
wrap_opts = {
width = 158,
height = 35,
},
}
...
}It would be nice if the terminal fullscreen could work like it did before 2.0, but if not possible then this workaround works. |
Beta Was this translation helpful? Give feedback.
0 replies
-
|
I made a change to explicitly set the pty height by default. With the TUI programs I tested, it appears to help |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
TUI applications like lazygit or NNN don't span to full height upgrading to overseer 2.0.
screencast_2025-12-02_22-53-20.mp4
I use overseer to integrate them into neovim.
chore(nvim): upgrade to overseer 2.0
Beta Was this translation helpful? Give feedback.
All reactions