BDisp

Results 764 comments of BDisp

I have also detected that. I think the cause is this on CursesDriver. ``` // Special handling for ESC, we want to try to catch ESC+letter to simulate alt-letter as...

Yes but I think saw some changes on the timeout recently by you.

Do you are using the nuget package or the current main branch?

Ok and what driver do you are using, `CursesDriver` or `NetDriver`? Do you are also using the `Process` class?

I don't have `Raspbian`. Can you try first on another Linux version, like `Ubuntu`, to see if that happens, please?

Perhaps is not ensuring, because it don't know how to deal with the `Terminal.Gui` threads.

It's not there where you have to place the `Application.MainLoop.Invoke`, but where you call `DateTimeStatusItem`.

The `LoginViewModel` doesn't have any binding to an `Observable` that call the UI thread in a determined interval. It only have events that causes the UI been refreshed by the...

Can you try on another Linux version to exclude a version issue?

This is why I mentioned the `Process` class before. Using it it's needed to redirect the output and error to another way, other than the console.