~gpanders/gpanders.com

479150b2483bfaaa5d7faacc990e7cd9d4a6c9e0 — Gregory Anders a month ago cea8cff master
Update to address Sonoma ncurses version update
1 files changed, 6 insertions(+), 0 deletions(-)

M content/blog/the-definitive-guide-to-using-tmux-256color-on-macos.md
M content/blog/the-definitive-guide-to-using-tmux-256color-on-macos.md => content/blog/the-definitive-guide-to-using-tmux-256color-on-macos.md +6 -0
@@ 4,6 4,12 @@ date: 2021-04-14
tags: [tmux, macos, terminal]
---

**UPDATE**: macOS 14 (Sonoma) updated its bundled ncurses version to
6.0. This version ships with a `tmux-256color` entry by default, so
the workaround below is no longer needed.

---

macOS ships with an old and very out-of-date version of ncurses (5.7). This
version does not contain a terminfo entry for `tmux-256color`, the preferred
`TERM` value when using `tmux`.