mirror of
https://github.com/wavetermdev/waveterm.git
synced 2025-02-01 23:21:59 +01:00
never omit ptypos or data from WebSharePtyData
This commit is contained in:
parent
a340f93c20
commit
3709381034
@ -165,7 +165,7 @@ func webCmdFromCmd(lineId string, cmd *sstore.CmdType) (*WebShareCmdType, error)
|
||||
}
|
||||
|
||||
type WebSharePtyData struct {
|
||||
PtyPos int64 `json:"ptypos,omitempty"`
|
||||
Data []byte `json:"data,omitempty"`
|
||||
PtyPos int64 `json:"ptypos"`
|
||||
Data []byte `json:"data"`
|
||||
Eof bool `json:"-"` // internal use
|
||||
}
|
||||
|
Loading…
Reference in New Issue
Block a user