mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-05-19 13:58:37 -04:00
Kitty fixes
This commit is contained in:
@@ -65,7 +65,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()));
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user