mirror of
https://github.com/lxsang/antos-frontend.git
synced 2025-07-27 11:19:47 +02:00
app launcher
This commit is contained in:
@ -64,6 +64,7 @@ class wTerm extends this.OS.GUI.BaseApplication
|
||||
@socket.onmessage = (e) -> me.term.write e.data if me.term and e.data
|
||||
@socket.onclose = () ->
|
||||
me.socket = null
|
||||
me.quit()
|
||||
console.log "socket closed"
|
||||
#el.style.display = "block"
|
||||
cleanup: (e)->
|
||||
|
Reference in New Issue
Block a user