Quantcast
Channel: All Open Tickets - Tera Term on OSDN
Viewing all 2128 articles
Browse latest View live

groupmatchstrが初期化される - Tera Term Ticket #34838 on OSDN

$
0
0

groupmatchstrが初期化される

Open Date: 2015-01-26 13:35

Letztes Update: 2015-01-30 17:14

Reporter:(Anonymous)Eigentümer:(None)
Priority:5 - MediumMileStone:Tera Term 4.86 (closed)
Type:BugsSeverity:5 - Medium
Component:Tera Term MacroStatus:Closed
ResolutionNone

Details

Tera Term Version 4.82 Windows 7orXP で使用しています。
strsplitでgroupmatchstrに分けた後に、strreplaceにて文字列を変換すると
groupmatchstrの中身が初期化されてしまいます。

test1 = 'a,b,c'
strsplit test1 ','
sss2 = 'YYYY.tgz'

strreplace sss2 1 '.tgz' '.gz'

messagebox groupmatchstr1 'test'
messagebox groupmatchstr2 'test'
messagebox groupmatchstr3 'test'
messagebox sss2 'test'

Last Update of this Ticket

2015-01-30 17:14 Update by: maya

  • Ticket Close date set to 2015-01-30 17:14
  • Status Update from Open to Closed.

Kommentar

r5769にてドキュメントを修正しました。


Bug in ED25519 ssh connection - Tera Term Ticket #34830 on OSDN

$
0
0

Bug in ED25519 ssh connection

Open Date: 2015-01-23 05:22

Letztes Update: 2015-01-30 17:15

Reporter:(Anonymous)Eigentümer:(None)
Priority:6MileStone:Tera Term 4.86 (closed)
Type:BugsSeverity:5 - Medium
Component:TTSSHStatus:Closed
ResolutionFixed

Details

Hi,

I use Teraterm in the latest version 4.85 and tried the new ECC key ED25519. I followed http://ttssh2.sourceforge.jp/manual/en/usage/ssh.html to generate a ED25519 key and copied it to the authorized_keys on the target.

I tried to connect and got at once this error message read error SSH2 private key file error:0906D606C:PEM routines:PEM_read_bio:no start line

BUT I got this only if I am using a ED25519 key!! I tried all other keys RSA, DSA, ECDSA and they work!

I take the with Teraterm generated key and used it in a Cygwin installation and could immediatley connect to the target.

So the bug is not in the keygen, it is in handling the key.

Kind regards, S.

Last Update of this Ticket

2015-01-30 17:15 Update by: maya

  • Ticket Close date set to 2015-01-30 17:15
  • Status Update from Open to Closed.

TeraTerm Ver.4.85 - Tera Term Ticket #34725 on OSDN

$
0
0

TeraTerm Ver.4.85

Open Date: 2014-12-22 09:41

Letztes Update: 2015-01-30 17:16

Reporter:(Anonymous)Eigentümer:maya
Priority:5 - MediumMileStone:Tera Term 4.86 (closed)
Type:BugsSeverity:5 - Medium
Component:(None)Status:Closed
ResolutionFixed

Details

Windows 7 Ultimate上(64bit)にて.

Cygwinの2014/12/22時点での最新版を導入したうえで(32bit版。C:¥cygwinへ導入)。

そのあとに、TeraTerm Ver.4.85を「cygterm+」を有効にしてインストール。 その際、妙なerror messageが出る(すみません、記録していません)が、インストール自体は終了でき、TeraTerm単体は普通に動作。

Mouseによる右クリックで「Cygterm Here」を実行すると 「c:¥cygwin¥bin¥」なるメッセージがでるだけで、cygterm自体は立ち上がらない。 「c:¥cygwin¥bin¥」にwindows側でpathを通して再実行しても、「cygtermがみつかりません」と言われてだめ。

たまたま保存してあった「TeraTerm Ver.4.84」をインストールすると問題なし。 これ以上触りたくないのでこのまま使っていますが、「TeraTerm Ver.4.85」のcygtermに絡むインストール部分に何かバグがあるかと思われますので、ご報告です。

Last Update of this Ticket

2015-01-30 17:16 Update by: maya

  • Ticket Close date set to 2015-01-30 17:16
  • Status Update from Open to Closed.

YMODEM問題点まとめ - Tera Term Ticket #34667 on OSDN

$
0
0

YMODEM問題点まとめ

Open Date: 2014-12-02 16:13

Letztes Update: 2015-02-02 13:08

Reporter:mayaEigentümer:(None)
Priority:5 - MediumMileStone:(None)
Type:BugsSeverity:5 - Medium
Component:Tera TermStatus:Closed
ResolutionNone

Details

  • #34623パッチ
    • 最初の block0
      • 128バイトだと長いファイル名がこぼれるが、ファイル名の長さを見て 1024 にする
    • 最後の block0
      • 128バイトは妥当
    • 「後続のサーバからのデータを読み捨てる処理」が削除されている(キャンセル処理と関連有り?)
  • #34235受信時にファイルサイズが送られてこなかった場合、書き込みサイズが0バイトになる
    • padding もすべて保存する
    • 全パケット数がわからないので、この場合はプログレスバーを更新できないはず
  • 受信時に block0 が最後の1バイトまでファイル名だった場合、保存ファイル名がおかしくなる
  • リモートからの CANCEL を処理できない
    • リモート側にすでにあるファイルと同じ名前のファイルを送信すると再現する

Last Update of this Ticket

2015-02-02 13:08 Update by: maya

  • Ticket Close date set to 2015-02-02 13:08
  • Status Update from Open to Closed.

Y-modem is not compatible with existed implementations (e.g. Windows HyperTerm). - Tera Term Ticket #34623 on OSDN

$
0
0

Y-modem is not compatible with existed implementations (e.g. Windows HyperTerm).

Open Date: 2014-11-21 00:00

Letztes Update: 2015-02-02 13:10

Reporter:mlukoshkovEigentümer:(None)
Priority:5 - MediumMileStone:Tera Term 4.86 (closed)
Type:BugsSeverity:5 - Medium
Component:Tera TermStatus:Closed
ResolutionNone

Details

Hi,

I tried to use TeraTerm to send files via y-modem protocol.

Unfortunately, it was not working.
I have checked the code and found several issues:
1) First packet size with filename, timestamp, etc. should be 128 bytes, not 1024.
2) The same for the last zero-filled packet.
3) Unnecessary read loop in YSendPacket should be removed as sometimes it prevents successful file upload.

I have attached a patch which fixes all described problems and cleanup YSendPacket a little.

Thanks,
Max

Last Update of this Ticket

2015-02-02 13:10 Update by: maya

YModem receive fails if sender doesn't send file size - Tera Term Ticket #34235 on OSDN

$
0
0

YModem receive fails if sender doesn't send file size

Open Date: 2014-08-26 00:26

Letztes Update: 2015-02-02 13:10

Reporter:(Anonymous)Eigentümer:(None)
Priority:5 - MediumMileStone:Tera Term 4.86 (closed)
Type:BugsSeverity:5 - Medium
Component:Tera TermStatus:Closed
ResolutionNone

Details

Bug is reproducible in TeraTerm 4.83 (and IMO is in the current trunk too)

According to the YMODEM standard, the sending program may leave out the additional file info (for example, the file length) if it doesn't know it, for example if the sending side does something like this:

ls -l | sz --ymodem -

In that case, the lsz program is called in YMODEM mode and told to send its standard input (which is the output of a directory listing). Thus, it can't know in advance the file length. As per YMODEM standard, only the filename is set in the header packet, and the remaining bytes stay ASCII NULs.

In that case, the YReadPacket() function fails:

if (*nameend) { ret = sscanf(nameend, "%ld%lo%o", &bytes_total, &modtime, &mode); if (ret >= 1) { fv->FileSize = bytes_total; } if (ret >= 2) { fv->FileMtime = modtime; } }

--> since nameend points to an ASCII NUL, the fv->FileSize will stay 0

if (fv->ByteCount + c > fv->FileSize) { c = fv->FileSize - fv->ByteCount; }

--> since fv->FileSize and fv->ByteCount are zero, c is set to zero

if (yv->TextFlag>0)

else _lwrite(fv->FileHandle, &(yv->PktIn3), c);

--> no data is written to the output file

This code should be changed to leave out the filesize check if (fv->FileSize == 0)...

Last Update of this Ticket

2015-02-02 13:10 Update by: maya

  • Ticket Close date set to 2015-02-02 13:10
  • Status Update from Open to Closed.

"CD DSR CTS RI"の信号レベルを検出するコマンド - Tera Term Ticket #34788 on OSDN

$
0
0

"CD DSR CTS RI"の信号レベルを検出するコマンド

Open Date: 2015-01-07 23:26

Letztes Update: 2015-02-05 00:16

Reporter:yutakaponEigentümer:yutakapon
Priority:5 - MediumMileStone:Tera Term 4.86 (closed)
Type:SupportRequestSeverity:5 - Medium
Component:Tera Term MacroStatus:Closed
ResolutionFixed

Details

"CD DSR CTS RI"の信号レベルを検出するコマンドをマクロに追加してほしいと
いうのが要望です。

GetCommModemStatus で取れそうなことが書いてあります。
http://msdn.microsoft.com/ja-jp/library/cc429277.aspx
http://www.cqpub.co.jp/hanbai/books/37/37321/37321_5syo.pdf

コマンド形式(案):
getmodemstatus <value>

コマンドが成功すると result=0 となる。失敗すると result=1 とする。
成功した場合、<value>には下記ビットパターンで値が格納される。

MS_CTS_ON   1
MS_DSR_ON   2
MS_RING_ON  4
MS_RLSD_ON  8

サンプル:
getmodemstatus val
if result=0 then
  if val & 2 > 0 then
    # DSR信号がオン時の処理
  endif
endif

Last Update of this Ticket

2015-02-05 00:16 Update by: yutakapon

  • Ticket Close date set to 2015-02-05 00:16
  • Status Update from Open to Closed.
  • Resolution Update from None to Fixed.

マクロウィンドウに行番号が表示されない - Tera Term Ticket #34762 on OSDN

$
0
0

マクロウィンドウに行番号が表示されない

Open Date: 2014-12-30 17:28

Letztes Update: 2015-02-05 00:17

Reporter:yutakaponEigentümer:yutakapon
Priority:5 - MediumMileStone:Tera Term 4.86 (closed)
Type:BugsSeverity:5 - Medium
Component:Tera Term MacroStatus:Closed
ResolutionFixed

Details

マクロのファイル名が長い場合、マクロウィンドウに行番号が表示されない。

cf.
http://logmett.com/forum/viewtopic.php?f=2&t=2668

処置方法としては、
 1. ファイル名が長い場合、末尾を..で省略する。
 2. マクロウィンドウをリサイズ可能にする。
の合わせ技かなと考えています。

Last Update of this Ticket

2015-02-05 00:17 Update by: yutakapon

  • Ticket Close date set to 2015-02-05 00:17
  • Status Update from Open to Closed.
  • Resolution Update from None to Fixed.

インストーラでRunTime Error発生 - Tera Term Ticket #34928 on OSDN

$
0
0

インストーラでRunTime Error発生

Open Date: 2015-02-23 12:15

Letztes Update: 2015-02-23 12:35

Reporter:(Anonymous)Eigentümer:(None)
Priority:5 - MediumMileStone:Tera Term 4.86 (closed)
Type:BugsSeverity:5 - Medium
Component:InstallerStatus:Closed
ResolutionDuplicate

Details

Teratermバージョン:4.85 OSバージョン: Windows7 Professional sp1 64bit 日本語版 現象: teraterm-4.85.exeを実行してインストールする途中に、以下のRunTime Errorが発生してインストールが完了しない。 --- Runtime Error(ato 46:526): Access violation at address 100010D0. Read of address 00000000. --- ver.4.84のインストーラーではこの問題は発生しない。

Last Update of this Ticket

2015-02-23 12:35 Update by: maya

  • Milestone Update from (None) to Tera Term 4.86 (closed).
  • Ticket Close date set to 2015-02-23 12:35
  • Status Update from Open to Closed.
  • Resolution Update from None to Duplicate.
  • Component Update from (None) to Installer.

Kommentar

turnk で修正済みです。次のリリースに反映されます。

マクロから起動した際、KEYBOARD.CNFが読み込まれない - Tera Term Ticket #34898 on OSDN

$
0
0

マクロから起動した際、KEYBOARD.CNFが読み込まれない

Open Date: 2015-02-12 05:25

Letztes Update: 2015-02-28 22:34

Reporter:(Anonymous)Eigentümer:(None)
Priority:5 - MediumMileStone:Tera Term 4.86 (closed)
Type:BugsSeverity:5 - Medium
Component:Tera TermStatus:Closed
ResolutionFixed

Details

Tera Term macro (ttpmacro.exe) から connect で Tera Term を開いた場合、デフォルトのキー設定ファイル(KEYBOARD.CNF)が読み込まれません。Tera Term (ttermpro.exe) を直接開くと正常に読み込まれます。Tera Term 4.78 では起こらず、Tera Term 4.79 以上で発生します。

Last Update of this Ticket

2015-02-28 22:34 Update by: maya

  • Ticket Close date set to 2015-02-28 22:34
  • Status Update from Open to Closed.

X11 forwardingで:0以外も使用したい - Tera Term Ticket #34493 on OSDN

$
0
0

X11 forwardingで:0以外も使用したい

Open Date: 2014-10-16 13:18

Letztes Update: 2015-03-02 09:57

Reporter:osakanataroEigentümer:(None)
Priority:2MileStone:(None)
Type:Feature RequestsSeverity:5 - Medium
Component:TTSSHStatus:Closed
ResolutionFixed

Details

ver4.84において、「SSHポート転送」の「Xクライアントアプリケーションの転送」-「リモートのXアプリケーションをローカルのXサーバに表示する」を使用した場合、表示に使用するXサーバは「:0」固定になっています。

このため、Windows Serverに複数ユーザがRDPでログインしているような環境で、 この機能を使用すると、:0でXサーバを起動したユーザのところに全ユーザのXアプリが表示されてしまいます。

なお、現状は、値を指定できるputtyを使用しています。

Last Update of this Ticket

2015-03-02 09:57 Update by: osakanataro

Kommentar

動作を確認しました。 対応ありがとうございます。

Macro Command INPUTBOX Return Value - Tera Term Ticket #34827 on OSDN

$
0
0

Macro Command INPUTBOX Return Value

Open Date: 2015-01-22 23:11

Letztes Update: 2015-03-05 09:13

Reporter:(Anonymous)Eigentümer:(None)
Priority:5 - MediumMileStone:(None)
Type:BugsSeverity:5 - Medium
Component:(None)Status:Closed
ResolutionWont Fix

Details

With the following macro language:

inputbox 'Enter value' 'Test Input Box'

if inputstr="" then

goto fail

endif

If the user does not enter anything into the field and only hits 'OK' on the inputbox dialog box, the macro will fail with an 'Invalid Syntax' on the 'if inputstr' line.

Last Update of this Ticket

2015-03-05 09:13 Update by: maya

  • Ticket Close date set to 2015-03-05 09:13
  • Status Update from Open to Closed.
  • Resolution Update from Invalid to Wont Fix.

Choose a directory in the filenamebox - Tera Term Ticket #34696 on OSDN

$
0
0

Choose a directory in the filenamebox

Open Date: 2014-12-12 22:04

Letztes Update: 2015-05-19 00:47

Reporter:(Anonymous)Eigentümer:(None)
Priority:5 - MediumMileStone:(None)
Type:Feature RequestsSeverity:5 - Medium
Component:Tera Term MacroStatus:Closed
ResolutionFixed

Details

Actually in the "Filenamebox" component it's not possible to choose a directory, it's mandatory to choose a file. In my application I need to select a directory for openning files.

Is it possible to add an argument in the Filenamebox command ? For example, this argument can be '0' to create a Filenamebox for openning file, or '1' to create a Filenamebox for openning directory.

The other solution is to add a nex function "Directorynamebox" to open directory.

Last Update of this Ticket

2015-05-19 00:47 Update by: maya

  • Ticket Close date set to 2015-05-19 00:47
  • Status Update from Open to Closed.

BOM付きマクロファイルがエラーとなる - Tera Term Ticket #35143 on OSDN

$
0
0

BOM付きマクロファイルがエラーとなる

Open Date: 2015-05-13 23:41

Letztes Update: 2015-05-31 13:59

Reporter:yutakaponEigentümer:yutakapon
Priority:5 - MediumMileStone:Tera Term 4.87 (closed)
Type:SupportRequestSeverity:5 - Medium
Component:Tera Term MacroStatus:Closed
ResolutionFixed

Details

BOM付きUTF-8のマクロファイルを読み込むと、BOMがあるために、Syntax errorで
マクロが停止してしまう。
そもそも、Tera Termではマクロファイルに関しては、ANSIおよびShift_JISしかサポートしていないため、
この動作は期待値である。

しかし、マクロのスクリプトはANSIで記述し、コメントを多言語(UTF-8)で書きたいユーザも
いそうではあるので、BOM付きファイルでも読み込めるようにする。

cf.
https://twitter.com/inazoh_/status/598387283499188224
TTLEditorで文字コードをUTF8にしてファイル作るとbom突っ込まれるんだが、TeraTermでマクロ実行しようとするとbomがsyntax errorに引っかかる。しかしTTLEditorではbom無いと日本国化けるし・・・う〜ん/(^o^)\

Last Update of this Ticket

2015-05-31 13:59 Update by: yutakapon

  • Ticket Close date set to 2015-05-31 13:59
  • Status Update from Open to Closed.
  • Resolution Update from None to Fixed.

sf.jpドメイン変更対応 - Tera Term Ticket #35066 on OSDN

$
0
0

sf.jpドメイン変更対応

Open Date: 2015-04-15 00:14

Letztes Update: 2015-05-31 13:59

Reporter:yutakaponEigentümer:yutakapon
Priority:5 - MediumMileStone:Tera Term 4.87 (closed)
Type:SupportRequestSeverity:5 - Medium
Component:DocumentStatus:Closed
ResolutionFixed

Details

GW明けからドメイン変更(sourceforge.jp -> osdn.jp)となるため、下記対応を実施する。

・プロジェクトホームページ内のリンク先 -> done
・ドキュメント内のドメインを変更する。全部で59カ所。-> done
・cygtermフォルダ。4カ所。-> done
・teratermフォルダ。5カ所。-> done。コメントは除外。
・TTProxyフォルダ。1カ所。-> done
・ttssh2フォルダ。1カ所。-> done
・TTXSamplesフォルダ。3カ所。-> done

Last Update of this Ticket

2015-05-31 13:59 Update by: yutakapon

  • Ticket Close date set to 2015-05-31 13:59
  • Status Update from Open to Closed.

SSH サーバホスト公開鍵の自動更新 - Tera Term Ticket #35047 on OSDN

$
0
0

SSH サーバホスト公開鍵の自動更新

Open Date: 2015-04-05 16:53

Letztes Update: 2015-05-31 13:59

Reporter:yutakaponEigentümer:yutakapon
Priority:5 - MediumMileStone:Tera Term 4.87 (closed)
Type:Feature RequestsSeverity:5 - Medium
Component:TTSSHStatus:Closed
ResolutionFixed

Details

OpenSSH 6.8で追加された SSH2_MSG_GLOBAL_REQUEST メッセージを利用したサーバホスト公開鍵の更新に対応する。

<参考>
http://cvsweb.openbsd.org/cgi-bin/cvsweb/src/usr.bin/ssh/compat.c
Revision 1.89 で、OpenSSH側に Tera Term(TTSSH) に対するWAが入りました。
Tera Term 4.68以前では、OpenSSH 6.8サーバに接続すると、接続エラーとなりますが、OpenSSH 6.9ではエラーとならなくなります。

<OpenSSH 6.8のリリース通知>
http://www.openssh.com/txt/release-6.8
 * ssh(1), sshd(8): Experimental host key rotation support. Add a
   protocol extension for a server to inform a client of all its
   available host keys after authentication has completed. The client
   may record the keys in known_hosts, allowing it to upgrade to better
   host key algorithms and a server to gracefully rotate its keys.

   The client side of this is controlled by a UpdateHostkeys config
   option (default off).

Last Update of this Ticket

2015-05-31 13:59 Update by: yutakapon

  • Status Update from Open to Closed.
  • Resolution Update from None to Fixed.
  • Ticket Close date set to 2015-05-31 13:59

Unexpected SSH2 message(80)エラー - Tera Term Ticket #35010 on OSDN

$
0
0

Unexpected SSH2 message(80)エラー

Open Date: 2015-03-25 00:39

Letztes Update: 2015-05-31 13:59

Reporter:yutakaponEigentümer:yutakapon
Priority:5 - MediumMileStone:Tera Term 4.87 (closed)
Type:BugsSeverity:5 - Medium
Component:TTSSHStatus:Closed
ResolutionFixed

Details

http://logmett.com/forum/viewtopic.php?f=2&t=2447

組み込みLinuxへの接続が失敗するとのことです。 エラーログを見ると、 47.Sun Mar 22 20:15:32.605 2015 4328 Unexpected SSH2 message(80) on current stage(6) と出ているので、最近のOpenSSHで追加された"SSH2_MSG_GLOBAL_REQUEST"に対応できていないと 考えています。

Tera Term(TTSSH)が未対応のメッセージが来た場合、現状エラーダイアログを出すようにしていますが、 OpenSSHに倣って、黙って SSH2_MSG_UNIMPLEMENTED を返すようにもしておこうと思います。

Last Update of this Ticket

2015-05-31 13:59 Update by: yutakapon

  • Ticket Close date set to 2015-05-31 13:59
  • Status Update from Open to Closed.

設定フォルダを開く - Tera Term Ticket #34943 on OSDN

$
0
0

設定フォルダを開く

Open Date: 2015-02-28 20:45

Letztes Update: 2015-05-31 14:21

Reporter:yutakaponEigentümer:yutakapon
Priority:5 - MediumMileStone:Tera Term 4.87 (closed)
Type:Feature RequestsSeverity:5 - Medium
Component:Tera TermStatus:Closed
ResolutionFixed

Details

Tera Termが起動時に読み込んだ teraterm.ini が、どのパスにあるかが分かりにくいため、
下記メニューを、「設定の読み込み」と「キーマップ読み込み」の間に追加する。

 ・設定 - 設定フォルダ

#動作イメージとして、サクラエディタの設定 - 共通設定 - 設定フォルダに近いものを想定。

Tera Term 4.87リリースに向けては、案3で検討中。

cf.
チケット #34902
GUI Configuration Option for "EnableLineMode" INI file setting

(1)案
Revision: 5809で teratem.ini があるフォルダを開くように対応しましたが、
よくよく考えたら、Tera Termの設定ファイルは下記の通り、複数存在するので、
それぞれごとのフォルダが異なる可能性があります。
ダイアログを出して、一覧で参照できるようにしようとか考えています。

- cygterm.cfg
- KEYBOARD.CNF
- ssh_known_hosts
- TERATERM.INI
- theme\ImageFile.INI
- theme\Scale.INI
- theme\Tile.INI


(2)案
設定フォルダメニュー配下に、さらにサブメニューを追加する。
TERATERM.INIファイルは Virtual Store 対象外となるようなので(Win7/8.1で確認)、
別扱いとする。
INIファイル以外のファイルで、ひとつでも Virtual Store にあれば、Vitual Storeを開く。

 ・設定 - 設定フォルダ -+-- TERATERM.INI
                      |
                      +-- Others


(3)案
ユーザの使用頻度が高い設定ファイルをサポートする。

- cygterm.cfg
- KEYBOARD.CNF
- ssh_known_hosts (RW用)
- TERATERM.INI

Last Update of this Ticket

2015-05-31 14:21 Update by: maya

Kommentar

#35205へ続く

/f and /ssh-f do not works - Tera Term Ticket #34644 on OSDN

$
0
0

/f and /ssh-f do not works

Open Date: 2014-11-27 18:50

Letztes Update: 2015-05-31 14:24

Reporter:robertr4Eigentümer:(None)
Priority:5 - MediumMileStone:Tera Term 4.87 (closed)
Type:BugsSeverity:5 - Medium
Component:(None)Status:Closed
ResolutionWorks For Me

Details

Hi,

I'm trying to customize windows appearing depend on the server i'm connecting to using either /f or /ssh-f switches but it looks like neither /f nor /ssh-f consider them i'm using teraterm version 4.82 and 4.84 on windows 8.1 64b OS.

Regards, Robert

Last Update of this Ticket

2015-05-31 14:24 Update by: maya

  • Ticket Close date set to 2015-05-31 14:24
  • Status Update from Open to Closed.

command-line-parameter "/K=..." doesn't work - Tera Term Ticket #35003 on OSDN

$
0
0

command-line-parameter "/K=..." doesn't work

Open Date: 2015-03-19 16:42

Letztes Update: 2015-05-31 14:24

Reporter:(Anonymous)Eigentümer:maya
Priority:5 - MediumMileStone:Tera Term 4.87 (closed)
Type:BugsSeverity:5 - Medium
Component:Tera TermStatus:Closed
ResolutionFixed

Details

If I started in the past TeraTerm via a DOS-batch-file I used several commandline-parameters. One of my bat-files looks like that:


set STARTPATH = %cd% if not exist %windir%\fonts\tspecial1.ttf copy tspecial1.ttf %windir%\fonts\ if not exist %windir%\fonts\DejaVuSansMono.ttf copy DejaVuSansMono.ttf %windir%\fonts\ cd %STARTPATH% start ttermpro.exe /K=GB_KEYBOARD_External.cnf /F=gb_teraterm.ini /W="<Direct-connection, PF1 <=> Num>"


With the new TeraTerm-version (4.86) it seems that the keyboard-config-file won't be loaded. If I load (after start of TeraTerm has been completed) the keyboard-file manually via "Menu" => "Setup" => "Load key map" everything is o.k. With the old TeraTerm-version 4.82 there is no problem, the key-map-file will be loaded well.

Last Update of this Ticket

2015-05-31 14:24 Update by: maya

  • Ticket Close date set to 2015-05-31 14:24
  • Status Update from Open to Closed.
Viewing all 2128 articles
Browse latest View live