Sebastian Herrlinger

Results 232 comments of Sebastian Herrlinger

You can always use a multiplexer like tmux and there is https://github.com/NickvanDyke/opencode.nvim

Yeah, that is annoying. Problem is that this is how the docs/specs suggest to detect if it is supported. I think the passthrough wrapping could work when it's local, but...

Yeah, I hate tmux by now. There is still zellij, but has other issues. Not solving this is probably not an option as too many people are still using it....

Thanks for looking into it, I am currently out of ideas, will get back to it.

That would be possible. There is still a lot to do for the native core though and I am at limit. Wouldn't mind if someone picks that up, but the...

Yeah, see #236. It exposes a C ABI, but header generation or maintenance is needed.

I think this was solved by #309

So terminal.shop is just getting started with the migration and there are some essentials missing like #238 and #302. Additionally some things are not renderer scoped yet and would make...

There is `renderer.getPalette` which should give you the system palette in most terminals, not in tmux currently though.

Yeah, you need to checkout a tag for a release and run bun install or have zig and run `bun run build` from the root. That needs some updating in...