mirror of
https://github.com/junegunn/fzf.git
synced 2026-04-26 17:30:32 +08:00
6166b2940d
Simulate SGR 1006 mouse events through tmux send-keys -l (toggling the global `mouse` option off for the duration of the injection so tmux does not intercept the escapes) to exercise FZF_CLICK_HEADER_* and FZF_CLICK_FOOTER_* across all three layouts, both without a header border and with a framing border. Also documents the existing quirk that header-lines are rendered in reverse visual order under --layout=default, so the reported LINE value flips in that case.