v0.61.2

junegunn/fzfv0.61.2Apr 20, 2025by junegunn

AI Summary

Fixes panic when using header borders and adds `--no-tty-default` option to specify a custom TTY device.

Key Highlights

  • Fixed panic when using header border without pointer/marker.
  • Fixed `--tmux` option when already inside a tmux popup.
  • Fixed fish CTRL-T binding improvements.
  • Added `--no-tty-default` option to make fzf search for the current TTY device instead of defaulting to `/dev/tty`.

New Features

  • `--no-tty-default` option

Full Release Notes

- Fixed panic when using header border without pointer/marker (@phanen)
- Fixed `--tmux` option when already inside a tmux popup (@peikk0)
- Bug fixes and improvements in CTRL-T binding of fish (#4334) (@bitraid)
- Added `--no-tty-default` option to make fzf search for the current TTY device instead of defaulting to `/dev/tty` (#4242)