Change the windows array into an RB tree and fix some places where we
authornicm <nicm@openbsd.org>
Wed, 22 Apr 2015 15:30:11 +0000 (15:30 +0000)
committernicm <nicm@openbsd.org>
Wed, 22 Apr 2015 15:30:11 +0000 (15:30 +0000)
commitae69181d13bc73f88847f9c1fbbb17ce4f7ff97e
tree813ed0247fdea8d344df15f6e8ba96062fc9e871
parent5235cd7f9d56ba9584b361c5ab7e710e561b74b5
Change the windows array into an RB tree and fix some places where we
were only looking at the first winlink for a window in a session.
usr.bin/tmux/cmd-set-option.c
usr.bin/tmux/resize.c
usr.bin/tmux/server-client.c
usr.bin/tmux/server-window.c
usr.bin/tmux/server.c
usr.bin/tmux/tmux.h
usr.bin/tmux/window.c