Alex Alabuzhev

Results 206 comments of Alex Alabuzhev

@plastikat your expectations are logical, it should work like that, and it actually does when navigating "normally". However, "cd ..\Addons" happens in the command line context, not file panel, and...

Another (possibly related) observation: v2 console sends WINDOW_BUFFER_SIZE_EVENT even if [ENABLE_WINDOW_INPUT](https://docs.microsoft.com/en-us/windows/console/setconsolemode) flag is not set: > ENABLE_WINDOW_INPUT 0x0008 | User interactions that change the size of the console screen buffer...

Thanks for looking into this. Indeed, there was no way for applications to receive notifications about window changing. And now there is one (sort of). Sadly this looks like a...

@marcelwgn this report is about conhost/openconsole, not WT.

Alt+F6 isn't really suitable for relative symlinks due to its nature: the existing object is set in stone (because the operation is performed on the "current file") and only the...

> Still not sure why Alt+F6 is not suitable for relative links I'm not saying it's entirely unsuitable and we should not add a checkbox or something, just that the...

And another related issue: as I mentioned above, lines appear thicker and somewhat blurrier in WT (Atlas) with certain font sizes. It is visible to some extent on double lines...

Thank you for the explanation. > Try this config Thanks, it is really close now (and it only works in Atlas, right?). However, some extra boldness is still there, especially...

@lhecker It looks way better in 1.16.3463.0, thank you! Almost pixel-perfect ![compare](https://user-images.githubusercontent.com/11453922/208183106-ee3fd9f8-4fb8-4c00-959f-ea63d2fc0145.gif)

> Honestly our documentation on VT sequences is not great I see, thanks James. It's a bit strange that VT doesn't have a way to save & restore cursor position...