Josh McKinney
Josh McKinney
That's super interesting. I'm trying to wrap my head around how it works still. I have a hypothesis, but need more information... Can you do that same task again (perhap...
> so what do you think happens here ? because even if it deleted what was before it can still grow very long. I think it definitely started on the...
Ok, cool - it's not using the alternate screen. Instead I think it's probably clearing the entire scrollback history and rewriting it? I'm assuming that it's doing so from the...
> Currently is there a way to delete content, something like delete_before() ? Not as far as I'm aware. That's where I'm really curious to understand what's happening there. Maybe...
> I believe Claude Code is using React Ink - https://github.com/vadimdemedes/ink > > And they must be storing the entire state of the application when rendering to the terminal (as...
I think this is probably something that we should defer to after 0.30, so marking it for 0.31 milestone.

The approach that I'm taking on this is to go a little deeper into the various methods involved here (e.g. `resize`, `compute_inline_size`, `set_viewport_area`) and make sure that they're clear, obvious...

@Marlinski just a heads up, I'm pushing changes to your PR branch fairly liberally here. This is something we regularly do in this repo, but may not be something that...