elfmz

Results 341 comments of elfmz

regarding embedded zip library - its obviously need to be converted to be not statically linked-in and its not something unknown, however colorer by itself requires deep refactoring to be...

Regarding openssl problem - its unclear for me what should i do to resolve that? i found that link https://people.gnome.org/~markmc/openssl-and-the-gpl and there suggested following: > One recommended way around this...

Added required paragraph to license by commit https://github.com/elfmz/far2l/commit/b4b94ea7fa0ab80412ffdbe74335839554aba16d However have to acknowledge all contributors about this, if someone need to tell something against this change, please speak now (so in...

There're C++-own features: https://www.inf.pucrs.br/~flash/lapro2ec/cppreference/w/cpp/locale/wstring_convert.html Some problem that in few cases need to use CalcSpaceUTF* functions (added by me) that don't do conversions but just calculate needed space to hold result,...

cuz its able to convert to/from UTF16 (as Windows has) but not UTF32 (as *nix have). For supported by it codepages UTF16 codepoints are UCS-2 and directly mapped into UCS-4...

I tend to use native C++ abilities if they will show good enough performance. Lets wait for some results likely at weekend.

Is it GUI far2l, right? If so, please do following. Open terminal, type ``` export FAR2L_STD=- far2l ``` and when far2l's window will open - press release Fn button 3...

Good, so suggested solution, can be altering Touchbar buttons set by pressing Fn - so it will include Ins and other missing keys. And if it looks ok to you,...

Hmmm i just started to write code and bug appeared closed.. Anyway, Fn+ still looks right solution, and i'm looking now intently at photo of that keyboard: https://qph.fs.quoracdn.net/main-qimg-d51e12e8f5f912632b8782d9dd0833fa And i...

Understand, i just thinking which keys must be shown on touchbar instead of F* in 'Fn-alternate' mode. Current suggestion is static const char *s_titles_alternate[CONSOLE_FKEYS_COUNT] { "Ins", "Del", "Home", "End", "PageUp",...