CVSROOT: /cvs Module name: src Changes by: [email protected] 2009/08/23 10:45:00
Modified files:
usr.bin/tmux : cfg.c cmd-command-prompt.c cmd-confirm-before.c
cmd.c key-bindings.c server-msg.c tmux.h
Log message:
The cursession member in struct cmd_ctx is always either curclient->session or
NULL when curclient is also NULL, so just eliminate it.
