Develop and Download Open Source Software

Browse Subversion Repository

Log of /trunk/teraterm/common/tttypes.h

Parent Directory Parent Directory | Revision Log Revision Log


Links to HEAD: (view) (download) (as text) (annotate)
Sticky Revision:

Revision 4647 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Sep 20 10:26:18 2011 UTC (20 months ago) by doda
File length: 27597 byte(s)
Diff to previous 4644
[Window] メニューに、[Minimize All], [Restore All] を追加した。

Revision 4644 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Sep 20 04:00:32 2011 UTC (20 months ago) by doda
File length: 27515 byte(s)
Diff to previous 4480
OSC 10, 11, 15, 16 に対応。

Revision 4480 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jun 6 00:55:49 2011 UTC (23 months, 2 weeks ago) by doda
File length: 27065 byte(s)
Diff to previous 4454
ジャンプリスのの(不)使用の設定を、ホスト履歴の設定から分離。

Revision 4454 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Apr 19 13:23:37 2011 UTC (2 years, 1 month ago) by doda
File length: 26936 byte(s)
Diff to previous 4420
ファイル転送ダイアログ/ファイル送信ダイアログで、経過時間と転送速度を表示するようにした。

Revision 4420 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Apr 8 03:08:19 2011 UTC (2 years, 1 month ago) by doda
File length: 26904 byte(s)
Diff to previous 4414
NetTerm 形式のマウスボタン通知に対応
NetTerm 形式には有効化/無効化する為の制御シーケンスが無い為、暫定で DECSET/DECRST の 14001 で有効/無効に出来るようにした。

[.vimrc]
set mouse=a
set ttymouse=netterm
let &t_ti .= "\e[?14001h"
let &t_te .= "\e[?14001l"

# 左ボタンダウンイベントしか無いためドラッグによる選択が出来ないので、あまり使い勝手は良くない

Revision 4414 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Apr 6 03:38:07 2011 UTC (2 years, 1 month ago) by doda
File length: 26872 byte(s)
Diff to previous 4397
MetaKey 設定で、左右の片方だけを指定できるようにした。[ttssh2-devel 1804]
http://sourceforge.jp/ticket/browse.php?group_id=1412&tid=23821

Revision 4397 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Mar 28 02:17:34 2011 UTC (2 years, 1 month ago) by doda
File length: 26778 byte(s)
Diff to previous 4393
・IgnorePrinterCtrl -> PrinterCtrlSequence
・DECMC も対象に追加
・パラメータの値毎に無視するかを判断するように変更

Revision 4393 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Mar 25 12:04:41 2011 UTC (2 years, 2 months ago) by yutakapon
File length: 26769 byte(s)
Diff to previous 4281
プリンタ制御コードが来ても無視することができるエントリを追加した。
デフォルトは下位互換性のため、オフ。

; Ignore printer control sequence(MC)
IgnorePrinterCtrl=off

ランニング試験中、ホストからプリンタ制御コードが届くと、印刷ダイアログが
表示され、Tera Termが一時停止し、試験が止まらないようにしたい。

メモ:
# echo -e '\x1b\x5b\x69'
とすれば、擬似的にテストできる。ESC [ 'i' でMC(Media Copy)を示す。

Revision 4281 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jan 19 00:24:01 2011 UTC (2 years, 4 months ago) by doda
File length: 26742 byte(s)
Diff to previous 4273
DECRPSS を xterm に合わせられるようにした。
テスト用なので非公開。

Revision 4273 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jan 11 12:26:17 2011 UTC (2 years, 4 months ago) by doda
File length: 26706 byte(s)
Diff to previous 4261
・DontConfirmPasteCR -> ConfirmChangePasteCR [ttssh2-devel 1813]
・辞書サーチを行わなくなっていた場合が有ったのを修正

Revision 4261 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Dec 28 04:55:01 2010 UTC (2 years, 4 months ago) by doda
File length: 26702 byte(s)
Diff to previous 4230
Alt+R の時は確認を行わないように出来るようにした。

Revision 4230 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Dec 19 11:07:47 2010 UTC (2 years, 5 months ago) by doda
File length: 26636 byte(s)
Diff to previous 4225
コメント修正

Revision 4225 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Dec 17 06:10:40 2010 UTC (2 years, 5 months ago) by doda
File length: 26654 byte(s)
Diff to previous 4217
DECSTUI に対応。

Revision 4217 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Dec 16 09:39:48 2010 UTC (2 years, 5 months ago) by doda
File length: 26618 byte(s)
Diff to previous 4149
端末 UID を設定できるようにした。

Revision 4149 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Nov 5 09:49:26 2010 UTC (2 years, 6 months ago) by doda
File length: 26480 byte(s)
Diff to previous 4100
ウィンドウリストのサイズを256に増やした。
http://sourceforge.jp/ticket/browse.php?group_id=1412&tid=23483

Revision 4100 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Sep 13 06:36:24 2010 UTC (2 years, 8 months ago) by doda
File length: 26358 byte(s)
Diff to previous 4084
Selective Erase で SGR 属性を消去しないようにした。

Revision 4084 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Sep 2 12:45:49 2010 UTC (2 years, 8 months ago) by doda
File length: 26282 byte(s)
Diff to previous 4070
端末IDに VT420, VT520, VT525 を追加。

Revision 4070 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Aug 31 09:18:28 2010 UTC (2 years, 8 months ago) by doda
File length: 26219 byte(s)
Diff to previous 4031
Selective Erase に対応。

Revision 4031 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Aug 21 03:12:13 2010 UTC (2 years, 9 months ago) by maya
File length: 26185 byte(s)
Diff to previous 4009
ファイル名に使う配列の長さを見直した
  ファイル名の長さに MAXPATHLEN を使っていたところは MAX_PATH を使うようにした
  MAXPATHLEN はフォルダ名の長さとしては正しいはず

Revision 4009 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Aug 17 14:55:08 2010 UTC (2 years, 9 months ago) by maya
File length: 25927 byte(s)
Diff to previous 3997
trunk から r3926 をいったんひっこめる

Revision 3997 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Aug 14 18:37:44 2010 UTC (2 years, 9 months ago) by doda
File length: 25991 byte(s)
Diff to previous 3994
DEC Locator Mode に対応。
とりあえず vim で ttymouse=dec にして使える程度には動いている。
Filter Rectangle には未対応。

Revision 3994 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Aug 13 18:12:38 2010 UTC (2 years, 9 months ago) by doda
File length: 25826 byte(s)
Diff to previous 3971
コメント修正

Revision 3971 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Aug 9 10:35:33 2010 UTC (2 years, 9 months ago) by doda
File length: 25932 byte(s)
Diff to previous 3965
コミット漏れ。(r3969)

Revision 3965 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Aug 4 11:06:02 2010 UTC (2 years, 9 months ago) by maya
File length: 25851 byte(s)
Diff to previous 3964
New connection メニューを無効にできるようにした

Revision 3964 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Aug 3 00:12:13 2010 UTC (2 years, 9 months ago) by maya
File length: 25773 byte(s)
Diff to previous 3952
Duplicate session メニューを無効にできるようにした

Revision 3952 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jul 27 14:12:59 2010 UTC (2 years, 9 months ago) by doda
File length: 25689 byte(s)
Diff to previous 3950
コメントの記述漏れ。

Revision 3950 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jul 27 14:07:14 2010 UTC (2 years, 9 months ago) by doda
File length: 25637 byte(s)
Diff to previous 3932
最小化されたウィンドウを対象外とした、次/前のウィンドウを表示するショートカットキー NextShownWin/PrevShownWin を追加。

Revision 3932 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jun 23 03:00:38 2010 UTC (2 years, 11 months ago) by doda
File length: 25577 byte(s)
Diff to previous 3926
送信処理が重くなっていたのを修正。
http://sourceforge.jp/forum/message.php?msg_id=51234

Revision 3926 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jun 7 14:01:51 2010 UTC (2 years, 11 months ago) by yutakapon
File length: 25536 byte(s)
Diff to previous 3887
以下に示す UTF-8 送信処理を、純粋なUnicodeとして処理するようにした。

 ・IME入力
 ・クリップボードの貼り付け

teraterm.iniに PureUTF8 エントリを追加。当該処理の on/off を切り替えられる。
デフォルトはまだ off とする。

これにより、SNOWMAN(U+2603)などの文字を送信しても、正しいUTF-8エンコーディングとして、
サーバへ送信される。
ただし、サロゲートペアには未対応。

Revision 3887 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri May 14 12:21:04 2010 UTC (3 years ago) by doda
File length: 25389 byte(s)
Diff to previous 3877
"ファイル送信" と "ログ" の binary flag を分離。
http://sourceforge.jp/ticket/browse.php?group_id=1412&tid=20881

Revision 3877 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue May 11 12:45:40 2010 UTC (3 years ago) by maya
File length: 25341 byte(s)
Diff to previous 3874
シリアルポート接続のボーレートを直接入力できるようにした。
  ファイルマッピングオブジェクトの名前変更

Revision 3874 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue May 11 11:15:21 2010 UTC (3 years ago) by maya
File length: 25197 byte(s)
Diff to previous 3841
シリアルポート接続のボーレートを直接入力できるようにした。

Revision 3841 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Apr 4 14:45:45 2010 UTC (3 years, 1 month ago) by yutakapon
File length: 25606 byte(s)
Diff to previous 3774
ShowShow Macro Windowにおいて、statusbox をフォアグラウンド化できるようにした。
cf.
http://d.hatena.ne.jp/gsf_zero1/20071211/p1


Revision 3774 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Feb 8 15:26:07 2010 UTC (3 years, 3 months ago) by doda
File length: 25556 byte(s)
Diff to previous 3747
TitleReportSequence で受け付ける値を、accept/ignore/empty に変更した。[ttssh2-devel 1623]

Revision 3747 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Jan 28 09:56:12 2010 UTC (3 years, 3 months ago) by doda
File length: 25556 byte(s)
Diff to previous 3743
TitleReportSequence に設定可能な値に empty を追加。
TitleReportSequence のデフォルト値を empty に変更。(セキュリティ対応)
# タイトル文字列には改行等の制御文字を受け付けない為、致命的ではないのだけれど、念の為に変更。

Revision 3743 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jan 27 22:20:42 2010 UTC (3 years, 3 months ago) by doda
File length: 25422 byte(s)
Diff to previous 3721
Alternate Screen Bufferに対応。

Revision 3721 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jan 5 02:18:25 2010 UTC (3 years, 4 months ago) by doda
File length: 25387 byte(s)
Diff to previous 3717
ClearOnResize=offの実装。
ClearOnResize=offにすると、ウィンドウサイズ変更時に表示内容がクリアされなくなる。
ただし、現状では縦幅を変更する時の動作がおかしい。
他にも色々と調整が必要。

http://sourceforge.jp/ticket/browse.php?group_id=1412&tid=19711

Revision 3717 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Dec 18 15:00:15 2009 UTC (3 years, 5 months ago) by maya
File length: 25352 byte(s)
Diff to previous 3707
接続ホストの最大保存数を500まで拡張した

Revision 3707 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Nov 27 08:27:43 2009 UTC (3 years, 5 months ago) by maya
File length: 25352 byte(s)
Diff to previous 3688
シリアルポートのCOM最大値を4096にした。
  とりあえずteraterm.iniのMaxComPortは256のままにしておく。
  http://sourceforge.jp/ticket/browse.php?group_id=1412&tid=19635

Revision 3688 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Thu Nov 19 12:39:49 2009 UTC (3 years, 6 months ago) by doda
File length: 25351 byte(s)
Diff to previous 3666
PasteDelayPerLineが正しく働いていなかったのを修正。

Revision 3666 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Oct 28 09:44:14 2009 UTC (3 years, 6 months ago) by doda
File length: 25318 byte(s)
Diff to previous 3660
・EnableBoldをFontFlagに改称し、フォント関連の設定を表すようにした。
・URLUnderlineをColorFlagからFontFlagに移動。

Revision 3660 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Oct 25 16:22:26 2009 UTC (3 years, 6 months ago) by doda
File length: 24927 byte(s)
Diff to previous 3535
URLの下線の有無を設定できるようにした。
デフォルト: URLUnderline=on

Revision 3535 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jun 26 11:20:55 2009 UTC (3 years, 10 months ago) by yutakapon
File length: 24897 byte(s)
Diff to previous 3507
ConfirmChangePaste 時に、あらかじめ指定したテキストファイルで定義された文字列群が、
クリップボードに含まれているかどうかを判断するようにした。
フローは以下のとおり。

  1. ConfirmChangePaste が有効化どうか
  2. クリップボードに改行が含まれているかどうか
  3. クリップボードにファイルに指定された文字列が含まれているかどうか

TERATERM.INI に ConfirmChangePasteStringFile エントリを追加した。

Revision 3507 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jun 16 10:53:55 2009 UTC (3 years, 11 months ago) by doda
File length: 24802 byte(s)
Diff to previous 3501
Meta8Bitを拡張。

  Meta8Bit=off  -- 従来通り ESC を前置する

  Meta8Bit=raw  -- MSBを立てた文字を、そのまま送出する

  Meta8Bit=text -- MSBを立てた文字を、送信漢字コードの設定に従って変換してから送出する
                   変更前の Meta8Bit=on の動作

  Meta8Bit=on   -- Meta8Bit=raw と同じ

Revision 3501 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jun 16 07:43:31 2009 UTC (3 years, 11 months ago) by doda
File length: 24701 byte(s)
Diff to previous 3494
Line at a timeモードを無効に設定できるようにした。
  EnableLineMode=off

Revision 3494 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jun 15 18:37:05 2009 UTC (3 years, 11 months ago) by doda
File length: 24644 byte(s)
Diff to previous 3485
Line at a timeモードに仮対応

Revision 3485 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jun 15 02:39:48 2009 UTC (3 years, 11 months ago) by doda
File length: 24537 byte(s)
Diff to previous 3479
ウィンドウ制御/報告シーケンスおよびカーソル形状制御シーケンスを受け入れるか設定できるようにした。

Revision 3479 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Jun 14 15:12:00 2009 UTC (3 years, 11 months ago) by maya
File length: 24464 byte(s)
Diff to previous 3441
ウィンドウ制御シーケンス・カーソル形状制御シーケンスの on/off フラグを追加した。
  設定の読み書きとドキュメントのみ追加。

Revision 3441 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jun 5 07:00:43 2009 UTC (3 years, 11 months ago) by doda
File length: 24332 byte(s)
Diff to previous 3401
AltキーでMSBをセットした文字を送信できるようにした。
使用するためには MetaKey=on かつ Meta8Bit=on に設定する必要あり。

Revision 3401 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri May 15 15:33:18 2009 UTC (4 years ago) by maya
File length: 24254 byte(s)
Diff to previous 3395
Language に UTF-8 を追加
  Terminal setup ダイアログの動作に UTF-8 を追加(Korean のダイアログを流用)
  コマンドラインオプションの値を追加
  TERATERM.INI の値を追加
Language に対して正しくない KanjiCode/KanjiCodeSend が指定されたとき、正しい(少なくとも存在する)値がが割り当てられるようにした
  General setup ダイアログで Language が変更されたとき
  コマンドラインオプションの解析時
  TERATERM.INI の読み込み時

Revision 3395 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue May 12 14:57:28 2009 UTC (4 years ago) by doda
File length: 24232 byte(s)
Diff to previous 3306
フォントスケーリングに暫定対応

Revision 3306 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Apr 12 12:45:43 2009 UTC (4 years, 1 month ago) by maya
File length: 24212 byte(s)
Diff to previous 3283
複数行のデータをペーストするとき、改行ごとに遅延させる時間を設定できるようにした。
  http://sourceforge.jp/ticket/browse.php?group_id=1412&tid=15575
  500バイトごとに 10ms 待つ workaround (http://svn.sourceforge.jp/cgi-bin/viewcvs.cgi?view=rev&root=ttssh2&revision=2578) は削除した。

Revision 3283 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Apr 6 14:33:18 2009 UTC (4 years, 1 month ago) by maya
File length: 24149 byte(s)
Diff to previous 3282
typo を修正

Revision 3282 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Apr 6 14:28:21 2009 UTC (4 years, 1 month ago) by maya
File length: 24151 byte(s)
Diff to previous 3280
Duplicate session のアクセラレータキーを無効にする DisableAcceleratorDuplicateSession を追加した。

Revision 3280 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Apr 6 12:52:39 2009 UTC (4 years, 1 month ago) by maya
File length: 24053 byte(s)
Diff to previous 3279
切断時に画面をクリアできる ClearScreenOnCloseConnection を追加した。

Revision 3279 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Apr 6 12:24:31 2009 UTC (4 years, 1 month ago) by maya
File length: 23967 byte(s)
Diff to previous 3268
メニューの "Send break" を無効にする DisableAcceleratorMenu を追加した。

Revision 3268 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Apr 1 10:55:13 2009 UTC (4 years, 1 month ago) by yutakapon
File length: 23893 byte(s)
Diff to previous 3227
ボーレートの定義が、あちこちに重複していたため、Tttypes.h ヘッダに集約させた。

Revision 3227 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Mar 24 15:10:33 2009 UTC (4 years, 2 months ago) by maya
File length: 23685 byte(s)
Diff to previous 3221
CVS から SVN へ移行: 改行コードを LF から CR+LF へ変換

Revision 3221 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Mar 24 09:37:20 2009 UTC (4 years, 2 months ago) by maya
File length: 22741 byte(s)
Diff to previous 2711
CVS から SVN へ移行: trunk に集約

Revision 2711 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Mar 23 14:29:10 2009 UTC (4 years, 2 months ago) by yutakapon
Original Path: teraterm/trunk/common/tttypes.h
File length: 22741 byte(s)
Diff to previous 2673
wait4allマクロコマンドを enable/disable できるように、teraterm.ini にエントリを追加した。
ただし、当該機能はうまく動かない場合もあるようなので、デフォルトでは off とする。
今後、動作に進展がないようであれば、4.63リリース時には、マニュアルからリンクを外しておく必要あり。

Revision 2673 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Mar 3 12:33:49 2009 UTC (4 years, 2 months ago) by doda
Original Path: teraterm/trunk/common/tttypes.h
File length: 22592 byte(s)
Diff to previous 2666
Reverse Videoモード(DECSCNMがon)の時、Additional settingsダイアログでのEnableReverseAttrColorの設定変更が正しく動かないのを修正。

Revision 2666 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Mar 2 01:43:13 2009 UTC (4 years, 2 months ago) by doda
Original Path: teraterm/trunk/common/tttypes.h
File length: 22564 byte(s)
Diff to previous 2645
属性色およびANSIカラー表示を無効にできるようにした。

Revision 2645 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jan 27 03:57:51 2009 UTC (4 years, 3 months ago) by doda
Original Path: teraterm/trunk/common/tttypes.h
File length: 22374 byte(s)
Diff to previous 2643
将来の拡張用の領域を確保。
# 実際に使うかどうかは未定

Revision 2643 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Jan 25 15:46:18 2009 UTC (4 years, 3 months ago) by doda
Original Path: teraterm/trunk/common/tttypes.h
File length: 22056 byte(s)
Diff to previous 2640
幾つかの特殊キー等にシーケンスを割り当てた。

Revision 2640 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Jan 25 14:44:37 2009 UTC (4 years, 3 months ago) by doda
Original Path: teraterm/trunk/common/tttypes.h
File length: 21996 byte(s)
Diff to previous 2631
反転属性の色を指定出来るようにした。

Revision 2631 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri Jan 9 04:31:51 2009 UTC (4 years, 4 months ago) by doda
Original Path: teraterm/trunk/common/tttypes.h
File length: 21818 byte(s)
Diff to previous 2628
コントロールキーを押している間は、TranslateWheelToCursorを無効に出来るようにした。

Revision 2628 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Dec 24 09:38:42 2008 UTC (4 years, 5 months ago) by doda
Original Path: teraterm/trunk/common/tttypes.h
File length: 21738 byte(s)
Diff to previous 2616
Controlを押している間はMouse Event Trackingを無効に出来るようにした。
http://sourceforge.jp/tracker/index.php?func=detail&aid=14342&group_id=1412&atid=5336

Revision 2616 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Nov 11 06:12:59 2008 UTC (4 years, 6 months ago) by doda
Original Path: teraterm/trunk/common/tttypes.h
File length: 21576 byte(s)
Diff to previous 2608
gettitleで31バイト目までしか取得出来なかったのを修正。

Revision 2608 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Nov 3 05:40:27 2008 UTC (4 years, 6 months ago) by maya
Original Path: teraterm/trunk/common/tttypes.h
File length: 21527 byte(s)
Diff to previous 2603
AcceptTitleChangeRequest の値を ahead/last に変更

Revision 2603 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Nov 1 12:31:02 2008 UTC (4 years, 6 months ago) by maya
Original Path: teraterm/trunk/common/tttypes.h
File length: 21527 byte(s)
Diff to previous 2591
リモートからのタイトルを、標準のタイトルとは別のバッファに入れるようにした。
リモートからのタイトルを、標準のタイトルの前または後に表示できるようにした。
AcceptTitleChangeRequest の設定値を off/on から off/overwrite/before/after に変更した。互換性のため on は overwrite として扱う。

Revision 2591 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Sep 24 01:11:39 2008 UTC (4 years, 8 months ago) by maya
Original Path: teraterm/trunk/common/tttypes.h
File length: 21203 byte(s)
Diff to previous 2588
no message

Revision 2588 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Sep 20 03:02:36 2008 UTC (4 years, 8 months ago) by maya
Original Path: teraterm/trunk/common/tttypes.h
File length: 21203 byte(s)
Diff to previous 2565
AcceptTitleChangeRequest に表記を統一

Revision 2565 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Jul 26 00:19:31 2008 UTC (4 years, 9 months ago) by maya
Original Path: teraterm/trunk/common/tttypes.h
File length: 21193 byte(s)
Diff to previous 2558
ConfirmChangePaste のダイアログサイズを保存できるようにした。

Revision 2558 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed Jul 9 06:06:56 2008 UTC (4 years, 10 months ago) by doda
Original Path: teraterm/trunk/common/tttypes.h
File length: 21135 byte(s)
Diff to previous 2556
リモートからのウィンドウタイトル変更要求を受け入れるかを設定できるようにした。
http://sourceforge.jp/tracker/index.php?func=detail&aid=12951&group_id=1412&atid=5333

設定パラメータ名は暫定であり、要検討。

Revision 2556 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sun Jul 6 06:50:40 2008 UTC (4 years, 10 months ago) by yutakapon
Original Path: teraterm/trunk/common/tttypes.h
File length: 20989 byte(s)
Diff to previous 2554
韓国語パッチを追加した。
http://sourceforge.jp/tracker/index.php?func=detail&aid=12957&group_id=1412&atid=5335

Revision 2554 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat Jul 5 21:36:42 2008 UTC (4 years, 10 months ago) by doda
Original Path: teraterm/trunk/common/tttypes.h
File length: 20961 byte(s)
Diff to previous 2547
ビジュアルベルをサポート。BEL文字を受信した時に、Beepを鳴らす代わりに画面をフラッシュさせる事が出来るようにした。
TERATERM.INIのBeepエントリを拡張し、On/Offの他にVisualを指定できるようにした。

Revision 2547 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Jun 24 03:44:48 2008 UTC (4 years, 11 months ago) by maya
Original Path: teraterm/trunk/common/tttypes.h
File length: 20878 byte(s)
Diff to previous 2541
- ホスト名の保存数の最大値を200に増やした
  http://sourceforge.jp/tracker/index.php?func=detail&aid=12804&group_id=1412&atid=5336
- MaxBroadcatHistory に 100 以上を指定しても 99 件までしか保存されない問題を修正した

Revision 2541 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Mon Jun 16 02:38:48 2008 UTC (4 years, 11 months ago) by maya
Original Path: teraterm/trunk/common/tttypes.h
File length: 20877 byte(s)
Diff to previous 2535
no message

Revision 2535 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri May 30 12:36:43 2008 UTC (4 years, 11 months ago) by doda
Original Path: teraterm/trunk/common/tttypes.h
File length: 20814 byte(s)
Diff to previous 2531
UnicodeからDEC特殊文字へのマッピングで、マップされる文字を幾つかの種類に分類し、種類毎に変換するか選択できるようにした。

種類A: 罫線
  Box drawings(U+2500-U+257F)

種類B: 4.58迄は??と表示された文字(英語環境では何も表示されない物も含む)
  Bullet (U+2022)
  Hyphenation point (U+2027)
  Light shade (25%) (U+2591)
  Medium shade (50%) (U+2592)
  Dark shade (75%) (U+2593)
  Black small square (U+25AA)
  Black vertical rectangle (U+25AE)
  Black verty small square (U+2B1D)

種類C: 日本語環境では中点、英語環境ではMiddle dotとして表示される文字
  Middle dot (U+00B7)
  One dot leader (U+2024)
  Bullet operator (U+2219)

種類Aは1,種類Bは2,種類Cは4とし、複数指定する場合は値の和をUnicodeToDecSpMappingに指定する。

Revision 2531 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed May 28 03:56:54 2008 UTC (4 years, 11 months ago) by maya
Original Path: teraterm/trunk/common/tttypes.h
File length: 20804 byte(s)
Diff to previous 2513
[File]-[Transfer] の位置を示す ID が正しくなかったので修正した。

Revision 2513 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri May 16 12:41:46 2008 UTC (5 years ago) by yutakapon
Original Path: teraterm/trunk/common/tttypes.h
File length: 20773 byte(s)
Diff to previous 2510
ts->YModemRcvCommand[] を追加した。

Revision 2510 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Wed May 14 02:39:59 2008 UTC (5 years ago) by doda
Original Path: teraterm/trunk/common/tttypes.h
File length: 20703 byte(s)
Diff to previous 2509
対応していないUnicodeの文字をワイド文字として扱うかの設定を追加。
元々対応していない文字は?を使って表示していたので、?と表示するか??とするかの違いを制御するのみ。

Revision 2509 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue May 13 16:45:11 2008 UTC (5 years ago) by yutakapon
Original Path: teraterm/trunk/common/tttypes.h
File length: 20625 byte(s)
Diff to previous 2506
YMODEM通信のコード(雛形)を追加。まだ、動かせるレベルではありません。

Revision 2506 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue May 13 08:11:04 2008 UTC (5 years ago) by doda
Original Path: teraterm/trunk/common/tttypes.h
File length: 20454 byte(s)
Diff to previous 2499
・TekIcon -> TEKIcon
・Icon変更関連のドキュメントを追記

Revision 2499 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue May 6 10:54:34 2008 UTC (5 years ago) by yutakapon
Original Path: teraterm/trunk/common/tttypes.h
File length: 20454 byte(s)
Diff to previous 2498
最下行でのみスクロールするパッチを追加した。salarm氏に感謝します。

Revision 2498 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Sat May 3 07:47:59 2008 UTC (5 years ago) by yutakapon
Original Path: teraterm/trunk/common/tttypes.h
File length: 20374 byte(s)
Diff to previous 2497
<ESC>[Jによる画面クリア時にカレントバッファをスクロールアウトさせるようにするかどうかを、
コンフィグレーションできるようにした。
ts.ScrollWindowClearScreen を追加。

Revision 2497 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri May 2 20:01:40 2008 UTC (5 years ago) by doda
Original Path: teraterm/trunk/common/tttypes.h
File length: 20300 byte(s)
Diff to previous 2494
コマンドライン/設定ファイルで、VT/TEKウィンドウのアイコンを変えられるようにした。
・コマンドラインオプション /VTICON=, /TEKICON= を追加した。
・設定オプション VTIcon, TekIcon を追加した。
・CygTermのアイコンをttermpro.exeに追加した。

アイコン名には、以下が指定できる。
  TTERM
  VT
  TEK
  TTERM_CLASSIC
  VT_CLASSIC
  CYGTERM
  Default

Revision 2494 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Fri May 2 15:06:03 2008 UTC (5 years ago) by doda
Original Path: teraterm/trunk/common/tttypes.h
File length: 20140 byte(s)
Diff to previous 2482
Unicode Box DrawingsからDEC特殊文字への変換を制御する設定を追加。

Revision 2482 - (view) (download) (as text) (annotate) - [select for diffs]
Modified Tue Apr 22 02:49:02 2008 UTC (5 years, 1 month ago) by maya
Original Path: teraterm/trunk/common/tttypes.h
File length: 20085 byte(s)
Diff to previous 2476
Terminal 設定の New-lin Transmit が空白になる問題を修正した。[Ttssh2-devel 930]
共有メモリの ts とやりとりする部分を #if 0 した。

Revision 2476 - (view) (download) (as text) (annotate) - [select for diffs]
Added Mon Apr 14 17:35:50 2008 UTC (5 years, 1 month ago) by maya
Original Path: teraterm/trunk/common/tttypes.h
File length: 20046 byte(s)
ファイル移動に伴う修正

This form allows you to request diffs between any two revisions of this file. For each of the two "sides" of the diff, enter a numeric revision.

  Diffs between and
  Type of Diff should be a

SourceForge.JP is a Japanese version of SourceForge.net. For developments that are not related to Japan, we recommend you to use SourceForge.net.