Michał Siedlaczek

Results 137 comments of Michał Siedlaczek

I see. I think this is quite doable. My only concern would be that it essentially would mean that all your indicators must be the same width. This could be...

Is this one more like what you were thinking? (Probably want a separate example for Vi mode, but wanted to illustrate quickly the approach.)

About the trait, are you thinking of having different implementations for vi/emacs?

Also, I wasn't sure what your preference on example is, whether extract the common code or maybe use a more minimal example for Vi mode? Or maybe parameterize the default...

Thanks for the feedback, I'll try to push some changes soon.

The problem with using `State` as implementation of `PromptState` is that we'd have to pass it to `refresh` by reference while the writer that is part of the state is...

Ok, so extracting `Prompt` helps with the issue I raised (`Prompt` could implement `PromptState` trait and be passed) but that commit also introduces `PromptInfo`, which has eve more data in...

Thanks for the update, let me know if I can help with anything.

@elijahbenizzy Apologies, I got busy and then it slipped my mind; I haven't had any time at work to revisit this; but now reading this again, I have some thoughts....

I can actually confirm that the same thing is happening on my lemur laptop with intel gpu, so must be something else. Let me know if you have problems reproducing,...