From 95047f54e7ef610f615ee9784a58b7d6893cf02a Mon Sep 17 00:00:00 2001 From: Bruce Hill Date: Wed, 2 Oct 2019 13:41:19 -0700 Subject: Removed unnecessary /dev/tty redirect --- bindings.bb | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'bindings.bb') diff --git a/bindings.bb b/bindings.bb index 0cd6f4f..b98021f 100644 --- a/bindings.bb +++ b/bindings.bb @@ -128,7 +128,7 @@ p: # Page through a file with $PAGER :: # Run a command ask cmd ':' && sh -c "$BBSHELLFUNC$cmd" -- "$@"; bb +r; pause >: # Open a shell - tput rmcup >/dev/tty; $SHELL; bb +r + tput rmcup; $SHELL; bb +r r,F2: # Rename a file ask newname "Rename \033[33m$(basename "$BBCURSOR")\033[39m: " "$(basename "$BBCURSOR")" || exit r="$(dirname "$BBCURSOR")/$newname" || exit -- cgit v1.2.3