BDisp
BDisp
> Still happening? I've tried to repro on several machines but can't. Yes is still happening. Normally happens when you stop scrolling and move the mouse. 
> Got it!!! I'll look into it. I think that is related to this https://github.com/gui-cs/Terminal.Gui/pull/3734#issuecomment-2411828255.
> To me his feels really brittle. Its what I was trying to explain in other thread. I can see its possible just dangerous: > > * We force a...
> What is Value? I cant understand the comment. My example has 61... > > > The value expected in the response e.g.EscSeqUtils.CSI_ReportTerminalSizeInChars.Value which will have a 't' as terminator...
@tznind done in https://github.com/gui-cs/Terminal.Gui/pull/3768/commits/dfedcd88e19da7551ab3d8665fd7309d54108491. Let me know if it's need to do something more. Thanks.
> Cool thanks, although I meant for tryparse as an example of the pattern only. It should probably still be same name e.g. TryExecuteAnsi... Ops I misunderstood. Changed on https://github.com/gui-cs/Terminal.Gui/pull/3768/commits/31dbae779125cefc4cfd18a09c7e09a24f6c8a0f.
I can't reproduce the error as you said but I can reproduce it by running the `AnsiEscapeSequenceRequest` scenario, delete the 'c' in the terminator text and click on the "Send...
I have a fix to this. But I need your opinion, if the request terminator is empty and the response is successfully, it's need to write to the error property...
Terminator request is mandatory to stopping read when it's found. So, it'll return false and the user will check what he does wrong.
> Crash is not because of lack of terminator. You can see it is set. > Do you are using the updated branch after the latest fixes? When I said...