mirror of
https://github.com/junegunn/fzf.git
synced 2026-04-26 17:30:32 +08:00
148b0a94cd
- Fix parsing in escSequence so 7-byte CSI forms (e.g. ESC [ 5 ; 10 ~) set *sz = 7 and the entire sequence is consumed. - Prevents trailing bytes (like 10~) from remaining in the input buffer and being printed as stray characters.