Call the event_init wrapper again.

This commit is contained in:
Nicholas Marriott 2020-04-22 12:09:04 +01:00
parent 8ae3915cc2
commit df1bce40f0

2
tmux.c
View File

@ -398,5 +398,5 @@ main(int argc, char **argv)
free(label);
/* Pass control to the client. */
exit(client_main(event_init(), argc, argv, flags, feat));
exit(client_main(osdep_event_init(), argc, argv, flags, feat));
}