Tmux echo function rename

This commit is contained in:
Bruno Sutic
2015-08-03 01:25:51 +02:00
parent 3347871a03
commit 516a6ea4c4
5 changed files with 19 additions and 19 deletions

View File

@ -18,11 +18,11 @@ use_tmux_echo() {
if use_tmux_echo; then
# use tmux specific echo-ing
echo_ok() {
echo_message "$*"
tmux_echo "$*"
}
echo_err() {
echo_message "$*"
tmux_echo "$*"
}
else
echo_ok() {