Merge branch 'obsd-master'

This commit is contained in:
Thomas Adam
2023-09-01 17:06:27 +01:00
12 changed files with 1249 additions and 72 deletions

View File

@ -1,4 +1,4 @@
# Makefile.am
Makefile.am
# Obvious program stuff.
bin_PROGRAMS = tmux
@ -191,6 +191,7 @@ dist_tmux_SOURCES = \
tty-keys.c \
tty-term.c \
tty.c \
utf8-combined.c \
utf8.c \
window-buffer.c \
window-client.c \