Remove the "info" message mechanism, this was only used for about five
authornicm <nicm@openbsd.org>
Thu, 17 Apr 2014 07:55:43 +0000 (07:55 +0000)
committernicm <nicm@openbsd.org>
Thu, 17 Apr 2014 07:55:43 +0000 (07:55 +0000)
commit7f6133c3b9c0cbe727568dc385e733fed31272d8
tree477d339577100cb82d4fd11c75e2a27824141942
parent87245febb11c105a86213cdf1e5bc485cda054ac
Remove the "info" message mechanism, this was only used for about five
mostly useless and annoying messages. Change those commands to silence
on success like all the others. Still accept the -q command line flag
and "quiet" server option for now.
usr.bin/tmux/cmd-queue.c
usr.bin/tmux/cmd-run-shell.c
usr.bin/tmux/cmd-select-layout.c
usr.bin/tmux/cmd-set-option.c
usr.bin/tmux/cmd-switch-client.c
usr.bin/tmux/key-bindings.c
usr.bin/tmux/options-table.c
usr.bin/tmux/tmux.1
usr.bin/tmux/tmux.c
usr.bin/tmux/tmux.h