Aram Drevekenin

Results 533 comments of Aram Drevekenin
trafficstars

Hey, this sounds quite odd - because such a function would only call the same function we use when the terminal window is resized... does that solve the problem in...

You might be interested in the welcome-screen and/or the session-manager. They have this functionality (also with filtering your fuzzy found selection in real time in a list) built-in. You can...

I'm open to this, but the loading screen is there to mask the 0.5 seconds it takes Zellij to query the terminal emulator for the default color palette and the...

Does it happen without `zjstatus`?

I'm not 100% sure what Proxyjump is, but Zellij gets information about the commands from the OS with eg. something like the `ps a` command. I'd suggest looking in that...

I'm not 100% sure what you're trying to do, but you might want to take a look at layouts: https://zellij.dev/documentation/layouts

You can do this by adjusting the default layout and changing the status-bar size to `1` instead of `2`: https://zellij.dev/documentation/creating-a-layout Take a look a the layout screen-cast/tutorial for more info:...

The reported panic is unfortunately a red herring. This is just a symptom and is what happens when one of the application threads crashed. It *could* be that this somehow...

Interesting find! I want to believe this is the cause of some issues we've been seeing over SSH with scroll events printing clear text escape codes to the active terminal...

Gotcha. I'm sending some people here who experienced the issues I'm hoping this fix will solve. I want to try and understand its impact better before moving forward. One way...