Buffering fixes

This commit is contained in:
crschnick
2023-11-18 03:51:50 +00:00
parent eac9504e14
commit 56bd49b932
@@ -21,10 +21,6 @@ public interface ShellControl extends ProcessControl {
ShellDialect getTargetTerminalShellDialect();
BufferedProcessInputStream getStdout();
BufferedProcessInputStream getStderr();
default boolean hasLocalSystemAccess() {
return getSystemId().equals(XPipeSystemId.getLocal());
}