mirror of https://github.com/adamdruppe/arsd.git
note to self
This commit is contained in:
parent
75fdaf478b
commit
863a12792f
|
@ -218,6 +218,8 @@ class TerminalEmulator {
|
||||||
//if(pasteDataPending.length)
|
//if(pasteDataPending.length)
|
||||||
//throw new Exception("paste data being discarded, wtf, shouldnt happen");
|
//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)
|
if(bracketedPasteMode)
|
||||||
sendToApplication("\033[200~");
|
sendToApplication("\033[200~");
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue