This commit is contained in:
crschnick
2026-03-21 18:12:38 +00:00
parent 4009609e09
commit 1c1ec9ef00
2 changed files with 2 additions and 2 deletions
@@ -9,7 +9,7 @@ import io.xpipe.app.process.CommandBuilder;
import java.io.IOException;
import java.nio.file.Files;
public class KonsoleTerminalType implements ExternalTerminalType, ExternalApplicationType.LinuxApplication {
public class KonsoleTerminalType implements TrackableTerminalType, ExternalTerminalType, ExternalApplicationType.LinuxApplication {
@Override
public TerminalOpenFormat getOpenFormat() {
@@ -111,7 +111,7 @@ public class ZellijTerminalMultiplexer implements TerminalMultiplexer {
"zellij -s xpipe action write-chars -- " + escape(" " + firstCommand, true, true) + "\\;exit",
"zellij -s xpipe action write 10",
"zellij -s xpipe action clear",
"zellij -s xpipe action go-to-previous-tab",
"zellij -s xpipe action go-to-tab 1",
"zellij -s xpipe action close-tab"));
if (config.getPanes().size() > 1) {