Changeset 7300 for lang/actionscript/FxTerm/trunk/Telnet.as
- Timestamp:
- 02/29/08 21:15:14 (5 years ago)
- Files:
-
- 1 modified
-
lang/actionscript/FxTerm/trunk/Telnet.as (modified) (5 diffs)
Legend:
- Unmodified
- Added
- Removed
-
lang/actionscript/FxTerm/trunk/Telnet.as
r7237 r7300 81 81 _socket.writeByte(value); 82 82 } 83 _socket.flush(); 83 84 } 84 85 … … 86 87 if( !_active ) { return; } 87 88 _socket.writeBytes(bytes, offset, length); 89 _socket.flush(); 88 90 // FIXME convert IAC to IAC IAC 89 91 } … … 96 98 private function closeHandler(event:Event):void 97 99 { 98 _socket.close(); 99 _active = false; 100 close(); 100 101 dispatchEvent(event); 101 102 } … … 103 104 private function ioErrorHandler(event:IOErrorEvent):void 104 105 { 105 _socket.close(); 106 _active = false; 106 close(); 107 107 dispatchEvent(event); 108 108 } … … 110 110 private function securityErrorHandler(event:SecurityErrorEvent):void 111 111 { 112 _socket.close(); 113 _active = false; 112 close(); 114 113 dispatchEvent(event); 115 114 }
![(please configure the [header_logo] section in trac.ini)](/share/chrome/site/your_project_logo.png)