CVSROOT: /cvs
Module name: src
Changes by: [email protected] 2013/03/24 03:27:20
Modified files:
usr.bin/tmux : cmd-break-pane.c cmd-command-prompt.c
cmd-confirm-before.c cmd-detach-client.c
cmd-display-message.c cmd-display-panes.c
cmd-lock-server.c cmd-new-window.c
cmd-pipe-pane.c cmd-refresh-client.c
cmd-show-messages.c cmd-split-window.c
cmd-suspend-client.c cmd-switch-client.c cmd.c
tmux.h
Log message:
Fix error reporting for client commands by adding a flag to
cmd_find_client to tell it whether or not to show errors, sometimes it's
needed and sometimes not.