Add Unix Domain Socket Listener when Establishing Connections (#243)

This makes it possible to send wsh commands from wsh on a remote session
to wavesrv running locally. The exact behavior of running those commands
isn't implemented, but the underlying interface is added here.
This commit is contained in:
Sylvie Crowe
2024-08-17 11:21:25 -07:00
committed by GitHub
parent 6df50a5790
commit c30188552f
12 changed files with 164 additions and 119 deletions
+1 -1
View File
@@ -398,7 +398,7 @@ declare global {
enabled: boolean;
};
// shellexec.TermSize
// wstore.TermSize
type TermSize = {
rows: number;
cols: number;