Use RB_MIN to get the lowest index for the current window when creating
authornicm <nicm@openbsd.org>
Fri, 29 May 2015 23:02:27 +0000 (23:02 +0000)
committernicm <nicm@openbsd.org>
Fri, 29 May 2015 23:02:27 +0000 (23:02 +0000)
commit58c1759dec3b8ea7741cf569bb457ce84e10780f
tree0442cd72f849c84eeffe9eb9f945fffdb6dc9cb1
parent66786b0410f0c1ad9fbd717f7cf86a5744aa845b
Use RB_MIN to get the lowest index for the current window when creating
grouped sessions, rather than using RB_ROOT.
usr.bin/tmux/cmd-new-session.c