From 850418b5da575ccd22757570759507fedca8da14 Mon Sep 17 00:00:00 2001 From: Paul Buetow Date: Sun, 1 Feb 2026 19:50:12 +0200 Subject: Preserve prompt spacing on send-back. Keep the first-line prefix strip without trimming spaces. --- frontends/scripts/tmux-edit-send | 1 - 1 file changed, 1 deletion(-) (limited to 'frontends/scripts') diff --git a/frontends/scripts/tmux-edit-send b/frontends/scripts/tmux-edit-send index 712b809..ef1030f 100644 --- a/frontends/scripts/tmux-edit-send +++ b/frontends/scripts/tmux-edit-send @@ -132,7 +132,6 @@ send_content() { if [ "$first_line" -eq 1 ] && [ -n "$prompt_text" ]; then if [[ "$line" == "$prompt_text"* ]]; then line="${line#"$prompt_text"}" - line="${line# }" fi fi first_line=0 -- cgit v1.2.3