By registering with us, you'll be able to discuss, share and private message with other members of our community.
SignUp Now!I understand that "insiders" can give feedback. How do I (or you) do that?Talk to Microsoft - TCC doesn't have any control over that.
I dunno! If I do this in a plugin commandTalk to Microsoft - TCC doesn't have any control over that.
Sleep(5000); honk();
HANDLE hNew = CreateConsoleScreenBuffer(GENERIC_READ | GENERIC_WRITE, FILE_SHARE_READ | FILE_SHARE_WRITE, NULL, CONSOLE_TEXTMODE_BUFFER, NULL);
SetConsoleActiveScreenBuffer(hNew);
Sleep(5000);
Try "echo %@consoleb[0]" twice. In a stand-alone test EXE that uses SetConsoleActiveScreenBuffer I have to do it twice (i.e., go to a second alternative buffer) to see the misbehavior. But it was there, so apparently it has nothing to do with TCC.
When did you get 10.0.18298.1000? I'm on 18290.rs_prerelease.181121-1501 (10.0.18290.1000).
I think I am too. Was it pushed on you?I tried it 10 times in a row, never had a problem with the cursor.
I'm on the fast ring; got 182898 last night.