From 9cd1aae509e841209c1cd2ccd622a364e200d931 Mon Sep 17 00:00:00 2001 From: Jorge Morante Date: Thu, 14 Jul 2016 22:47:16 +0200 Subject: [PATCH] better rendering of wrapped lines --- scripts/tmux-fingers.sh | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/scripts/tmux-fingers.sh b/scripts/tmux-fingers.sh index a324877..d8be151 100755 --- a/scripts/tmux-fingers.sh +++ b/scripts/tmux-fingers.sh @@ -2,7 +2,6 @@ CURRENT_DIR="$( cd "$( dirname "${BASH_SOURCE[0]}" )" && pwd )" source $CURRENT_DIR/utils.sh -source $CURRENT_DIR/debug.sh function init_fingers_pane() { local pane_id=$(tmux new-window -F "#{pane_id}" -P -d -n "!fingers") @@ -28,7 +27,7 @@ function capture_pane() { end_capture="-" fi - tmux capture-pane -p -t $pane_id -E $end_capture -S $start_capture > $out_path + tmux capture-pane -J -p -t $pane_id -E $end_capture -S $start_capture > $out_path } function prompt_fingers_for_pane() {