mirror of
https://shylinux.com/x/icebergs
synced 2025-05-04 04:17:01 +08:00
opt tick
This commit is contained in:
parent
cbd9c74357
commit
65f4a27dbb
@ -27,7 +27,7 @@ func _ssh_tick(m *ice.Message, pw io.Writer) {
|
|||||||
m.Go(func() {
|
m.Go(func() {
|
||||||
for {
|
for {
|
||||||
m.Sleep(m.Option("tick"))
|
m.Sleep(m.Option("tick"))
|
||||||
pw.Write([]byte("\n"))
|
pw.Write([]byte("# " + m.Time() + "\n"))
|
||||||
}
|
}
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
Loading…
x
Reference in New Issue
Block a user