summaryrefslogtreecommitdiff
path: root/gemfeed/2026-02-02-tmux-popup-editor-for-cursor-agent-prompts.gmi.tpl
diff options
context:
space:
mode:
authorPaul Buetow <paul@buetow.org>2026-02-01 20:33:56 +0200
committerPaul Buetow <paul@buetow.org>2026-02-01 20:33:56 +0200
commite6ff28fa90f7cab0dbb50e8be402a8fa3a50820d (patch)
tree4cc1fc86cc8ec2041ff863988a5c78ab08f26907 /gemfeed/2026-02-02-tmux-popup-editor-for-cursor-agent-prompts.gmi.tpl
parent17de11dd16d86f3e383d7ee0149f458f47341e31 (diff)
Update
Diffstat (limited to 'gemfeed/2026-02-02-tmux-popup-editor-for-cursor-agent-prompts.gmi.tpl')
-rw-r--r--gemfeed/2026-02-02-tmux-popup-editor-for-cursor-agent-prompts.gmi.tpl2
1 files changed, 1 insertions, 1 deletions
diff --git a/gemfeed/2026-02-02-tmux-popup-editor-for-cursor-agent-prompts.gmi.tpl b/gemfeed/2026-02-02-tmux-popup-editor-for-cursor-agent-prompts.gmi.tpl
index 696328d0..87e1ab33 100644
--- a/gemfeed/2026-02-02-tmux-popup-editor-for-cursor-agent-prompts.gmi.tpl
+++ b/gemfeed/2026-02-02-tmux-popup-editor-for-cursor-agent-prompts.gmi.tpl
@@ -248,7 +248,7 @@ The problems were mostly small but annoying:
* Getting the right target pane was the first hurdle. I ended up storing the pane id in a file because of tmux format expansion quirks.
* The Cursor UI draws a nice box around the prompt, so the prompt line contains a `│` and other markers. I had to filter those out and strip the box-drawing characters.
-* When I prefilled text and then sent it back, I sometimes duplicated the prompt. Stripping the prefilled prompt text from the first line fixed that.
+* When I prefilled text and then sent it back, I sometimes duplicated the prompt. Stripping the prefilled prompt text from the submitted text fixed that.
## Test cases (for a future rewrite)