Move alerts onto events rather than checking every loop.

This commit is contained in:
nicm
2015-08-29 08:30:54 +00:00
parent 5267ce8ff4
commit b5aaefc727
8 changed files with 150 additions and 73 deletions

View File

@ -1,7 +1,8 @@
# $OpenBSD$
PROG= tmux
SRCS= arguments.c \
SRCS= alerts.c \
arguments.c \
attributes.c \
cfg.c \
client.c \
@ -101,7 +102,6 @@ SRCS= arguments.c \
screen.c \
server-client.c \
server-fn.c \
server-window.c \
server.c \
session.c \
signal.c \