mirror of
https://github.com/xpipe-io/xpipe.git
synced 2026-08-20 00:06:36 +00:00
Rework shell detection and initialization
This should fix some issues with Powershell Core and ttys
This commit is contained in:
@@ -19,6 +19,10 @@ public interface ShellDialect {
|
||||
|
||||
String fileArgument(String s);
|
||||
|
||||
void prepareDumbTerminalCommands(ShellControl sc) throws Exception;
|
||||
|
||||
String prepareProperTerminalCommands();
|
||||
|
||||
default String applyRcFileCommand() {
|
||||
return null;
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user