BDisp

Results 48 issues of BDisp

## Fixes - Fixes #3767 ## Proposed Changes/Todos - [x] Implemented the ExecuteAnsiRequest method which can be used by any driver. - [x] Try request on any driver, on Windows,...

@tig do you have any idea about this? ![WindowsTerminal_f49ayTB37Z](https://github.com/user-attachments/assets/3a747b04-4b96-45fc-955e-4d663d795ed1)

bug
v2

> ![WindowsTerminal_TFdFrY5i9k](https://github.com/user-attachments/assets/25f34d60-7c73-49bd-aa82-ff6e7a83753f) > > > > This is because Window is set for Overlapped/Movable/Sizable. Please file a bug for me to make it so arrange mode is disabled if Top....

bug
v2

@tig I don't know how you want to fix this and I'll leaving this for you. ![WindowsTerminal_VNLx0Akt4a](https://github.com/user-attachments/assets/a197ec09-ee78-4e31-87bd-b241911ca2b1)

bug

It can used on any driver that can interpret ANSI escape sequence, returning immediate response or error.

v2

### Windows Terminal version 1.22.11141.0 ### Windows build number 10.0.26100.0 ### Other Software cmd.exe, conhost.exe and Windows Terminal ### Steps to reproduce Run this code in `cmd` or `conhost` and...

Issue-Bug
Needs-Triage

There is one situation in `Terminal.Gui` which make me crazy. A simple `Accepting` event which will allow the developer to `Cancel` the default behavior (but has the `Handled` property) will...

design

## Fixes - Fixes #4164 ## Proposed Changes/Todos - [x] Add a lock into the thread code block - [x] Using WSL I right click in the `IntegrationTests.FuentTests` and click...

`GuiTestContext` call `Application.Run`, which we know that is singleton, inside a background thread. What's happening is that a previous still running app wasn't closed and disposed and a new call...