far2l
far2l copied to clipboard
TTY:Trying to detect variation selector 16 support
touch #2976
far2l / far2m
"файловые панели"
Gnome Terminal 3.38.3
FAR2M, version 2.7.0-2025-11-18-5e5b7de6-beta Linux x86_64
FAR2L, version 2.7.0-2025-11-19-f1ed9e29-beta Linux x86_64
- this needed only in case of tty backend used, so move this check to under if (arg_opts.tty) { and only if nodetect is not specified
- note that utils project is static library, so such global variable will be per-binary, you set it for far2l binary, but for other plugins for which it can be important will have own instance of this variable, so potential solution could be just use exported variable and declare its import in utils project
- after each cursor request - put also request for terminal status (as mostly supported) readPos must be with timeout and must bail out if terminal status reply obtained . See TTYNegotiateFar2l as example of such logic
@elfmz please check now
@elfmz if any issue please let me know