Alex Alabuzhev
Alex Alabuzhev
Please try to narrow the range. E.g. check the version that is exactly in the middle between the one that does work and the one that doesn't, then again and...
> all the kana and kanji doubled Told you, it's a sad story, but whatever. Internally we don't print single strings, but rectangular blocks of text, or 2D matrices of...
@OCTAGRAM, Windows 10 changed a lot of things. Not all for the best, but in this area, as I mentioned earlier, the situation is much better now: conhost is fullwidth-aware...
As I said earlier, you won't see any improvements in XP unless you have an East Asian locale.
Hi @PankajBhojwani. To check that you're setting it correctly you could try it under the standard conhost. The code that determines the cursor position is [here](https://github.com/FarGroup/FarManager/blob/373c98f78a09ddf07301d1380d3e4b91ea77df5a/plugins/emenu/FarMenu.cpp#L148-L192). If you could point...
> in standard conhost the right-click menu always seems to open up at the position of the mouse cursor, regardless of what I set the setting to That option only...
That's unfortunate. I kinda understand the motivation, but it would break quite a lot of 3rd party plugins, e.g. various picture viewers that draw their windows on top of the...
>> We should be returning `0, 0, 0, 0`. There is no legal HWND for a Terminal pane or an SSH client session, and so the API provides a message-only...
@leg0 if you set Editor.SaveSafely to false in far:config the previous behavior (direct write) will be used and (probably) your issue will disappear. However, can you provide more details please:...
Something like `lua:win.SetFileTimes("destination_file", win.GetFileTimes("source_file"))` should probably work.