On Mon, Aug 07, 2023 at 03:47:53PM +0200, Jan Eden via Mutt-users wrote: > I recently upgraded to macOS 13.5, and for the first time, there are > redraw issues in the Terminal with mutt (2.2.10, installed via > Homebrew). Also, the launchctl job for isync/mbsync (1.4.4, also > installed via Homebrew) fails since the upgrade. > > Has anyone else experienced similar issues with macOS 13.5?
With homebrew, mutt is linked against the ncurses supplied with macOS. This version is relatively old. | % /usr/bin/ncurses5.4-config --version --abi-version | 5.7.20081102 | 5.4 I don't use homebrew but I use mutt with a self-installed ncursesw and have no issues. | % mutt -v | grep 'Mutt 2\|ncurses' | Mutt 2.2.10 (2023-03-25) | ncurses: ncurses 6.4.20230603 (compiled with 6.4) Maybe it is sufficient to install a newer ncurses with homebrew. Dennis