チケット #20135

display doesn't show all received characters

登録: 2010-01-06 02:03 最終更新: 2011-02-27 22:22

報告者:
担当者:
チケットの種類:
状況:
オープン [担当者決定済み]
コンポーネント:
マイルストーン:
(未割り当て)
優先度:
5 - 中
重要度:
5 - 中
解決法:
修正済み
ファイル:
なし
投票
点数: 0
No votes
0.0% (0/0)
0.0% (0/0)

詳細

Hi developers of TeraTerm, if the received lines are about 200 characters or longer, the chacacters doesn't appear completely on screen but the log-file (if activated) is allways complete. This effect occurs after a few hundred lines only. Tested configurations: TeraTerm 4.4x to 4.64 with Windows2000, WinXP, Windows Vista best regards, Tobias

チケットの履歴 (12 件中 3 件表示)

2010-01-06 02:03 更新者: tester
  • 新しいチケット "display doesn't show all received characters" が作成されました
2010-01-06 02:05 更新者: tester
  • 詳細が更新されました
2010-01-06 10:30 更新者: (del#1144)
コメント

I couldn't reproduce this issue. Could you please let us show the reproducing script?

  1. #!/bin/sh
  2. echo '1234567-10=234567-20=234567-30=234567-40=234567-50=234567-60=234567-70=234567-80=234567-90=23456-100=23456-110=23456-120=23456-130=23456-140=23456-150=23456-160=23456-170=23456-180=23456-190=23456-200=23456-210=23456-220=23456-230=23456-240=23456-250=23456-260=23456-270=23456-280=23456-290=23456-300'

Tera Term 4.64 r3715 / 80x24 xterm non-transparent(alphablend and eterm) scrollbuffer=10000 / on FreeBSD 7.2-p4 zsh non-screen

2010-01-08 19:46 更新者: tester
コメント

o.k. here is my reproducing script:

; sample macro of Tera Term to determine the reportet bug 8.01.2010 ; it sends cyclic 255 chrs in a line ; if your terminal window is smaller than 255 chrs, you can see all characters ; but if your terminal window is greater than 255 chrs (ex. 260 chrs) you can only see the first line, the following lines are invisible ; (last testet version 4.64 SVN# 3679 on vista32) ; tel = "1234.5 6789.0 1234.5 6789.0 1234.5 6789.0 1234.5 6789.0 1234.5 6789.0 1234.5 6789.0 1234.5 6789.0 1234.5 6789.0 1234.5 6789.0 " strconcat tel "1234.5 6789.0 1234.5 6789.0 1234.5 6789.0 1234.5 6789.0 1234.5 6789.0 1234.5 6789.0 1234.5 6789.0 1234.5 6789.0 1234.5 6789.0 " strconcat tel "1234.5 6789.0 1234.5 6789.0 1234.5 6789.0 1234.5 6789.0 1234.5 6789.0 1234.5 6789.0 1234.5 6789.0 1234.5 6789.0 1234.5 6789.0 " ; :START sendln tel mpause 100 goto START end

2010-01-08 19:49 更新者: tester
コメント

sorry i've forgotten to format the block, here ist the code again:

; sample macro of Tera Term to determine the reportet bug 8.01.2010
; it sends cyclic 255 chrs in a line 
; if your terminal window is smaller than 255 chrs, you can see all characters
; but if your terminal window is greater than 255 chrs (ex. 260 chrs) you can only see the first line, the following lines are invisible
; (last testet version 4.64 SVN# 3679 on vista32)
tel =         "1234.5 6789.0 1234.5 6789.0 1234.5 6789.0 1234.5 6789.0 1234.5 6789.0 1234.5 6789.0 1234.5 6789.0 1234.5 6789.0 1234.5 6789.0 "
strconcat tel "1234.5 6789.0 1234.5 6789.0 1234.5 6789.0 1234.5 6789.0 1234.5 6789.0 1234.5 6789.0 1234.5 6789.0 1234.5 6789.0 1234.5 6789.0 "
strconcat tel "1234.5 6789.0 1234.5 6789.0 1234.5 6789.0 1234.5 6789.0 1234.5 6789.0 1234.5 6789.0 1234.5 6789.0 1234.5 6789.0 1234.5 6789.0 "
;
:START
sendln tel  
mpause 100
goto START
end

i hope you can reproduce it

2010-01-08 22:15 更新者: (del#1144)
  • チケットの種類バグ から サポートリクエスト に更新されました
  • 状況オープン から 完了 に更新されました
  • チケット完了時刻2010-01-08 22:15 に更新されました
  • 解決法なし から 不正 に更新されました
コメント

Hi,

The string variable of Tera Term Language is able to contain up to 255 characters.

Thanks,

2010-01-09 19:01 更新者: tester
コメント

Hi,

that's not the problem. The problem is, if your TerTerm window width is >255 characters per line, only the first line appears in the window. The following lines are invisible, as long as you decrease the window (for example to 180 characters), then you can see all the characters.

best regards

2010-06-01 00:27 更新者: doda
  • 解決法不正 から 受領 に更新されました
  • チケットの種類サポートリクエスト から バグ に更新されました
  • 状況完了 から オープン に更新されました
  • マイルストーンTera Term 4.65 (削除済み) から (未割り当て) に更新されました
2010-06-01 00:28 更新者: doda
  • 担当者(未割り当て) から doda に更新されました
2010-12-17 13:38 更新者: doda
  • マイルストーン(未割り当て) から Tera Term 4.69 (完了済み) に更新されました
  • 解決法受領 から 修正済み に更新されました
コメント

Could you check the latest snapshot that the issue was solved?

snapshot-20101217.zip

2011-01-28 01:29 更新者: tester
コメント

this issue isn't fixed check it with the following macro:

; sample macro of Tera Term ; ; description: write multiple lines with over 200 characters, ; the terminal window size is more than 200 characters, local echo is on ; environment: windows ; problem: only the first lin appears, but not complete ; date: 2011/1/26 ; :MAIN sendln "hello test, hello test, hello test, hello test, hello test, hello test, hello test, hello test, hello test, hello test, hello test, hello test, hello test, hello test, hello test, hello test, hello test, hello test, hello test, hello test" goto MAIN end

2011-02-27 22:22 更新者: (del#1144)
コメント

We can't reproduce this problem with your macro.

添付ファイルリスト

添付ファイルはありません

編集

ログインしていません。ログインしていない状態では、コメントに記載者の記録が残りません。 » ログインする