You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Finally vanilla PuTTY now can support keyboard mode used by far2l in tty mode, so most of keys should work even in unpatched version. The right settings are Xterm 216+ and xterm-style bitmap:
But Shift+Control+Arrows are still not working. I investigated escape codes that PuTTY sends in this mode. For Control+Shift+Right it sends ESC[1;6C — just the same that GNOME Terminal sends. But in far2l Shift press is still not seen.
The text was updated successfully, but these errors were encountered:
Finally vanilla PuTTY now can support keyboard mode used by far2l in tty mode, so most of keys should work even in unpatched version. The right settings are
Xterm 216+
andxterm-style bitmap
:But Shift+Control+Arrows are still not working. I investigated escape codes that PuTTY sends in this mode. For Control+Shift+Right it sends ESC[1;6C — just the same that GNOME Terminal sends. But in far2l Shift press is still not seen.
The text was updated successfully, but these errors were encountered: