elfmz
elfmz
hi, this looks similar to a problem that i have with wxWidgets: https://github.com/wxWidgets/wxWidgets/issues/23544
there is fork with Lua support - [far2m ](https://github.com/shmuz/far2m)
Its not exposed to API anyhow for now, but can consider it. So please tell what you want to achieve to understand how its better to implement
And may be it can be useful for you - its how console history is accessible inside far2l itself: https://github.com/elfmz/far2l/blob/master/far2l/src/vt/vtlog.h
please see https://github.com/elfmz/far2l/pull/2454 - if its ok, or may be ned to add something?
It returns count of background consoles, i.e. if you run some command in terminal and put it to background using Ctrl+Alt+Z - then you will have its handle in enumeration....
isnt your plugin '...-wide'? In such case need to use wchar_t but not char. wchar_t is 32-bit under Linux BTW
> Makes sense, I was just looking at your commit changes and -mb was first, sorry. I have changed it to wchar_t and now it creates file, but the contents...
> [@elfmz](https://github.com/elfmz) я в этом коде ничего не понимаю. Насколько реальна реализация такой дополнительной проверки? Или есть опасения, что она поломает детектирование или подвесит и эту копию far2l при проведении...
I don't think donations may affect development speed much. Best way to improve development speed - is to develope ;)