From 863a12792f3b722c9480dfcce4b22e5ebd6359ed Mon Sep 17 00:00:00 2001 From: "Adam D. Ruppe" Date: Thu, 25 Feb 2021 18:58:04 -0500 Subject: [PATCH] note to self --- terminalemulator.d | 2 ++ 1 file changed, 2 insertions(+) diff --git a/terminalemulator.d b/terminalemulator.d index 2ce53e5..052a501 100644 --- a/terminalemulator.d +++ b/terminalemulator.d @@ -218,6 +218,8 @@ class TerminalEmulator { //if(pasteDataPending.length) //throw new Exception("paste data being discarded, wtf, shouldnt happen"); + // FIXME: i should put it all together so the brackets don't get separated by threads + if(bracketedPasteMode) sendToApplication("\033[200~");