CVSROOT: /cvs Module name: src Changes by: [email protected] 2013/10/10 06:04:38
Modified files:
usr.bin/tmux : cmd-if-shell.c cmd-queue.c cmd-source-file.c
Log message:
Make cmdq->client_exit a tristate (-1 means "not set") so that if
explicitly set it can be copied from child to parent cmdq by if-shell
and source-file. This fixes using attach or new. From Chris Johnsen.
