svnno****@sourc*****
svnno****@sourc*****
2009年 6月 16日 (火) 03:44:00 JST
Revision: 3495 http://sourceforge.jp/projects/ttssh2/svn/view?view=rev&revision=3495 Author: doda Date: 2009-06-16 03:43:59 +0900 (Tue, 16 Jun 2009) Log Message: ----------- ssh接続の時はLine at a timeモードを無効にするようにした。 Modified Paths: -------------- trunk/ttssh2/ttxssh/ttxssh.c -------------- next part -------------- Modified: trunk/ttssh2/ttxssh/ttxssh.c =================================================================== --- trunk/ttssh2/ttxssh/ttxssh.c 2009-06-15 18:37:05 UTC (rev 3494) +++ trunk/ttssh2/ttxssh/ttxssh.c 2009-06-15 18:43:59 UTC (rev 3495) @@ -801,6 +801,7 @@ CommLib should find ts->Telnet == 0 ... but we'll do this just to be on the safe side. */ pvar->cv->TelFlag = FALSE; + pvar->cv->TelLineMode = FALSE; pvar->Precv = *hooks->Precv; pvar->Psend = *hooks->Psend;