Console crashes on resizing?

i've been trying to use zrok, i've often used it through mintty for reasons. it never responded to a window resize, and the layout would get broken and unreadable.

i finally decided to just try running it straight in the windows terminal. when i try resizing it it crashes. the entire terminal. not just itself, the literal window just straight up closes. this is even worse!

what can i do about this? can i give zrok cli a flag to just output the logs directly to stdout, without the fancy border and stuff? i'd much much rather that

you might consider just using "headless" mode... if you're running zrok2, it's zrok2 config set headless true, and then it'll skip the TUI.

i would honestly want the agent to have a terminal output of its own. i want to have some sort of log of what's happening, so either have the terminal work or have the agent show any information at all

That's what the agent does. You didn't mention the agent previously.

If you're running your shares through the agent, the agent already logs to stdout.

If you're running stand-alone share processes, headless mode will write plain logs to stdout.

i understand things better now. though, honestly, i'd still prefer to run a stand-alone share, with the head, but have it not instantly crash when i resize/not respond to resizing at all