better rendering

This commit is contained in:
Jorge Morante 2016-05-12 08:46:57 +02:00
parent 3fdd1c3690
commit 9f5e8af84f
2 changed files with 1 additions and 2 deletions

View File

@ -22,6 +22,7 @@ function has_capitals() {
clear_screen
print_hints
tmux swap-pane -s "$current_pane_id" -t "$fingers_pane_id"
function handle_exit() {
tmux swap-pane -s "$current_pane_id" -t "$fingers_pane_id"

View File

@ -42,8 +42,6 @@ function prompt_fingers_for_pane() {
capture_pane "$current_pane_id" "$tmp_path"
pane_exec "$fingers_pane_id" "cat $tmp_path | $CURRENT_DIR/fingers.sh \"$current_pane_id\" \"$fingers_pane_id\" $tmp_path"
tmux swap-pane -s "$current_pane_id" -t "$fingers_pane_id"
echo $fingers_pane_id
}