Do not close stdout file descriptor in control mode since it will be needed for

printing the exit messages.
This commit is contained in:
Nicholas Marriott
2020-04-27 09:36:30 +01:00
parent 650d38962f
commit 646bfe403e
2 changed files with 4 additions and 3 deletions

View File

@ -1,6 +1,6 @@
# configure.ac
AC_INIT([tmux], 3.1)
AC_INIT([tmux], 3.1a)
AC_PREREQ([2.60])
AC_CONFIG_AUX_DIR(etc)