mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-01-21 21:32:13 +01:00
switch to 'connection'
This commit is contained in:
parent
936500a18e
commit
c7024b0ef5
@ -653,7 +653,7 @@ func MakeMShell(r *sstore.RemoteType) *MShellProc {
|
||||
PendingStateCmds: make(map[string]base.CommandKey),
|
||||
StateMap: make(map[string]*packet.ShellState),
|
||||
}
|
||||
rtn.WriteToPtyBuffer("console for remote [%s]\n", r.GetName())
|
||||
rtn.WriteToPtyBuffer("console for connection [%s]\n", r.GetName())
|
||||
return rtn
|
||||
}
|
||||
|
||||
|
Loading…
Reference in New Issue
Block a user