Skip to content

Commit

Permalink
Update README
Browse files Browse the repository at this point in the history
  • Loading branch information
shibingli committed Feb 28, 2017
1 parent 0846595 commit 9a2048a
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 9 deletions.
5 changes: 4 additions & 1 deletion README
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,10 @@
2、更新 term.js
3、更新 Golang 到 1.8 版本
4、修证 Golang 1.8 版本中 url.Parse 解析地址 BUG
5、替换 term.js 为 xterm.js,增加xterm的特性
5、替换 term.js 为 xterm.js
6、更新对CJK(中文、日文、韩文)字符集和IME的支持
7、更友好地支持 Linux 下主流程序,如:VIM、Tmux等


2016.05.25

Expand Down
8 changes: 0 additions & 8 deletions src/apibox.club/website/console.go
Original file line number Diff line number Diff line change
Expand Up @@ -232,14 +232,6 @@ func SSHWebSocketHandler(w http.ResponseWriter, r *http.Request) {
if _, err := channel.Write(p); nil != err {
return
}
// jsonMsgStruct := new(jsonMsg)
// json.Unmarshal(p, jsonMsgStruct)
// if jsonMsgStruct.Data != "" {
// _, err := channel.Write([]byte(jsonMsgStruct.Data))
// if err != nil {
// return
// }
// }
}
}
}()
Expand Down

0 comments on commit 9a2048a

Please sign in to comment.