mirror of
https://github.com/xpipe-io/xpipe.git
synced 2024-11-21 23:20:23 +00:00
Kitty fixes
This commit is contained in:
parent
809c74981a
commit
835e191b3e
1 changed files with 1 additions and 1 deletions
|
@ -46,7 +46,7 @@ public interface KittyTerminalType extends ExternalTerminalType, TrackableTermin
|
|||
var echoString = "'\\eP@kitty-cmd" + jsonString + "\\e\\\\'";
|
||||
|
||||
sc.executeSimpleCommand(CommandBuilder.of()
|
||||
.add("echo", "-en", echoString, "|")
|
||||
.add("printf", echoString, "|")
|
||||
.add(socketWrite)
|
||||
.addFile(getSocket()));
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue