better rendering of wrapped lines

This commit is contained in:
Jorge Morante 2016-07-14 22:47:16 +02:00
parent 4b40291d89
commit 9cd1aae509
1 changed files with 1 additions and 2 deletions

View File

@ -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() {