Merge branch 'master' into sixel

This commit is contained in:
Nicholas Marriott
2022-04-01 10:14:15 +01:00
49 changed files with 1880 additions and 379 deletions

View File

@ -206,6 +206,11 @@ if NEED_FORKPTY
nodist_tmux_SOURCES += compat/forkpty-@PLATFORM@.c
endif
# Add compat file for systemd.
if HAVE_SYSTEMD
nodist_tmux_SOURCES += compat/systemd.c
endif
# Add compat file for utf8proc.
if HAVE_UTF8PROC
nodist_tmux_SOURCES += compat/utf8proc.c