far2l icon indicating copy to clipboard operation
far2l copied to clipboard

TTY:Trying to detect variation selector 16 support

Open exkrexpexfex opened this issue 1 month ago • 3 comments

touch #2976

image_2025-11-19-01

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

exkrexpexfex avatar Nov 19 '25 21:11 exkrexpexfex

  • 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 avatar Nov 20 '25 06:11 elfmz

@elfmz please check now

exkrexpexfex avatar Nov 23 '25 21:11 exkrexpexfex

@elfmz if any issue please let me know

exkrexpexfex avatar Nov 30 '25 18:11 exkrexpexfex