mirror of
https://shylinux.com/x/icebergs
synced 2025-04-26 09:34:05 +08:00
opt some
This commit is contained in:
parent
db41b748ff
commit
c3cc658bad
@ -50,6 +50,7 @@ func _xterm_get(m *ice.Message, h string, must bool) *os.File {
|
||||
for {
|
||||
if n, e := tty.Read(buf); !m.Warn(e) {
|
||||
_xterm_socket(m, h, base64.StdEncoding.EncodeToString(buf[:n]))
|
||||
m.Option("raw", string(buf[:n]))
|
||||
web.PushNoticeGrow(m, "data")
|
||||
} else {
|
||||
break
|
||||
|
Loading…
x
Reference in New Issue
Block a user