os/macos/ TmuxTerminfo
Summarised from here
- Install ncurses (e.g. using Homebrew or Macports)
- From that ncurses installation, generate the terminfo source file:
infocmp -x tmux-256color >tmux-256color.info
- Using the system ncurses (
/usr/bin/tic
, not justtic
), compile the terminfo:/usr/bin/tic -xe tmux-256color tmux-256color.info
(At this point you can delete the tmux-256color.info file.)