Rohitab Batra
Rohitab Batra
I believe this is the same issue as the 2nd point I mentioned in https://github.com/eset/ipyida/issues/50#issuecomment-1082145959. > Console output to the IPython console stops working after closing and opening an IDA...
I ran into the same issue with 7.7. The 32-bit version worked fine in my case, however, the 64-bit version caused a crash. I believe the issue is due to...
Thank you. Yes, it appears to be a similar issue, which was reported way back in 2015. I always search GitHub before reporting an issue. The earlier bug report in...
I just looked at the code for the [`NetBox`](https://github.com/FarGroup/Far-NetBox) plugin. It's not really hung. The issue is that the plugin expects to receive the `FE_IDLE` event in [`src/NetBox/WinSCPFileSystem.cpp`](https://github.com/FarGroup/Far-NetBox/blob/ee9d3cde8dc89689706594d6948b750a9c0409c4/src/NetBox/WinSCPFileSystem.cpp#L783-L795) which causes...
@ms2048 glad I could help. ### Lua Script to fix Issue I've written a script that fixes the issue. You can use this with the latest version of Far and...
@ms2048 You're very welcome! Thanks for letting me know it worked. > Still, I think this bug should remain opened, as a proper fix should be done in the future....
@johnd0e Thank you for trying to get this issue resolved. > 1. It's not a proposed implementation here, it is just a suggestion to use the same code Far3 uses....
I assumed it was intentional as well, in order to show as much of the string as possible. For a long length input, the user is probably not going to...
I was actually playing around with this last week. I changed the cursor colors from **Shortcut Properties > Terminal > Cursor Colors**. If there was an option to change the...
I just tested version `3.0.6174.0 x64`. The _Cursor Shape_ property is working now. Thank you > The cursor shape also [can be changed programmatically](https://learn.microsoft.com/en-us/windows/console/console-virtual-terminal-sequences#cursor-shape), so we can think about how...