mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-09-23 08:55:41 +00:00
Rework
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user