List of pastes
:

文字幅取得サンプルスクリプト (Shell) 2018-04-16 16:23
#!/usr/local/bin/bash # 文字幅取得サンプルスクリプト # 最初のパラメータで渡された文字(列)の端末上での表示幅を取得する # License: CC0 trap 'stty echo' 0 1 2 15 stty -echo printf "\015" # カーソルを行頭に移動 printf "$...
Tera Term判別 (Shell) 2018-02-02 14:22
#!/usr/local/bin/bash stty -echo echo -ne "\e[>c" read -t 1 -d c resp stty echo if [[ $resp =~ ">32;" ]]; then echo "Tera Term" else echo "Not Tera Term" fi
winscp.ttl (Plain text) 2017-09-20 17:41
WinSCPとの連携用Tera Termマクロ。 WinSCPの「オプション」-「環境設定」の「統合 - アプリケーション」-「外部アプリケーション」にある“PuTTYのパス”で "C:\Program Files\TeraTerm\ttpmacro.exe" /V "C:\some\where\winscp.ttl" !@ !U "!P" "!/" ...
get-termsize.bash (Shell) 2017-08-09 10:15
端末サイズ取得サンプルスクリプト(bash)
get-termsize.rb (Ruby) 2017-08-08 21:14
端末サイズ取得例 (dttermの端末サイズ問い合わせを使用)
Tera Term アイコン変更バージョン (Plain text) 2016-01-27 11:59
1996-06-07 2.0 1998-03-10 2.3 2006-07-26 4.42 2008-06-25 4.59 2012-12-02 4.76 (ttsshのみ) 2014-02-28 4.81 (ttsshのみ)