mirror of
https://github.com/ghostty-org/ghostty.git
synced 2026-04-14 03:25:50 +00:00
We continue to support bash 3.2 for compatibility with /bin/bash on macOS. `mapfile` was introduced in bash 4.0, so this change introduces a `read -r`-based helper function for populating COMPREPLY from a list of lines.