Telnet 進度
很可恥地宣稱自己有進度… x_x
用了一下NSBitmapImageRep
比想像中輕鬆很多!
VirtualTerminal: (30%)
Control Character 以及 Escape Sequence 的 Parsing 完成,也填了某些重要的 function 進去。Control Sequence Parsing 及 spec implement 還沒動。
TerminalView: (10%)update
- bitmap rendering (NSBitmapImageRep) 開始弄了,應該不是大問題。
- Handle chinese input method (implement NSTextInput protocol)
- Optimize the speed.
Network Socket: (0%)
- Telnet Protocol (RFC 318, RFC 854)
- Multi-thread socket (NSFileHandle, BSD socket, NSThread)
Misc: (0%)
- Copy/Paste, Drag/Drop, URL, … etc.