Steffen

Results 19 comments of Steffen

After thinking about it, I'd rather ask the question "Is my app running in the Windows Console?" * Console applications are still running in a console by default. That means...

Stop worrying about it. It's pretty obvious that there will be no support from the Terminal folks on this issue. I think your initial "get icon" approach is a good...

I archived my old termproc repo and created a new one to reflect the new process model of Windows Terminal v. 1.18 and its feature to move tabs between windows....

> (@german-one, fyi) Feel free to do whatever is necessary to make any good out of the code. Get back to me if you'd like me to work on it...

FWIW To be in line with what is/becomes the default in Windows Terminal, I used the code effective in v1.22 to measure the displayed width of strings. The results are...

[5793ce2](https://github.com/stianhoiland/cmdtab/pull/18/commits/5793ce24acea2e63512f9363e51ac146d8effffb) is for ... before: ![Screenshot 2025-05-05 184636](https://github.com/user-attachments/assets/79daa465-6326-42c4-9e1a-cc7ea4c72410) after: ![Screenshot 2025-05-05 184909](https://github.com/user-attachments/assets/df6bdb8a-5dfb-487c-a8f5-769fd28ef0f3) I don't get why it didn't draw the correct background. However, ... > [...] If hbrFlickerFreeDraw is NULL,...

It's not as much overlapping as you may think. Perhaps I should've explained better where I'm coming from. The aim of this PR is to make switching of light/dark mode...

From f3947b5: > - don't ReleaseDC in in OnWindowPaint (hmm, why?) `handle context = BeginPaint(Switcher, &ps);` ---> `context` gets a copy of `ps.hdc` (or NULL) `EndPaint(Switcher, &ps);` ---> [EndPaint releases...

I'm afraid I can't really help you solve this problem, but if I can help you look up the code points in ucd.nounihan.grouped.xml, it might save you some time. ```...

Way better indeed! Ideally the horizontal bars should fill the entire width of a cell. However, that's rather nit picking and I'm not even sure if this is a font...