Files
ghostty/src/extra
Jon Parise 54f2be8e7d bash: avoid mapfile for bash 3.2 compatibility
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.
2026-02-17 11:35:33 -05:00
..
2025-11-27 13:37:53 -08:00
2025-12-30 08:47:18 +08:00