* mintty [#l62800fa]
* minttyの全角記号が崩れる [#o9533f36]

** コマンドラインオプション [#r76054fc]
※や▼のような全角記号が正常に表示されない場合、以下を行う。

 Usage: mintty [OPTION]... [ PROGRAM [ARG]... | - ]
 
 Start a new terminal session running the specified program or the user's shell.
 If a dash is given instead of a program, invoke the shell as a login shell.
 
 Options:
 -c, --config FILE     Load specified config file
 -e, --exec            Treat remaining arguments as the command to execute
 -h, --hold never|start|error|always  Keep window open after command finishes
 -i, --icon FILE[,IX]  Load window icon from file, optionally with index
 -l, --log FILE|-      Log output to file or stdout
 -o, --option OPT=VAL  Override config file option with given value
 -p, --position X,Y    Open window at specified coordinates
 -s, --size COLS,ROWS  Set screen size in characters
 -t, --title TITLE     Set window title (default: the invoked command)
 -u, --utmp            Create a utmp entry
 -w, --window normal|min|max|full|hide  Set initial window state
 --class CLASS     Set window class name (default: mintty)
 -H, --help            Display help and exit
 -V, --version         Print version information and exit
** 1. minttyのロケールとキャラクターセットを設定する [#q88094cd]
- minttyを起動して、メニューのOptions→Textを開く。
- 例えば以下のように設定する。
- [Locale] ja_JP [Character set] UTF-8

** 2. minttyのフォントを設定する [#o3ef289d]
- さらに、メニューのOptions→TextにあるFontの設定で、適切なフォントを指定する。
- この時、英字フォントと日本語フォントをフォントリンクしたフォントを指定すると、表示が崩れる場合がある。
- 恐らく、このフォントリンクの問題を完全に解決するには、PuTTYのように英字フォントと全角文字フォントを個別に指定する機能が必要なようだ。(多分)

** 3. アプリごとの設定 [#f76915d5]
*** vim [#t0723f1b]
- vimを使っている場合、以下のようにambiwidthを設定する。これで全角記号が文字幅2倍で表示される。
- この設定をしておくと、2.でフォントリンクしたフォントを使っていても、やや不自然な表示ながら、一応編集は可能になる。

 set ambiwidth=double

*** screen [#jc57fddb]
- 以下のように設定する。もしくは、ロケールをja_JPにする。

 cjkwidth on

*** tmux [#h47c6b97]
- tmux 2.1以前はパッチを当てる。
- tmux 2.2以降はロケールを見るようになった。

** 参考 [#od1a95e6]
- https://sites.google.com/site/togino77/home/screen-410
- http://eagletmt.hateblo.jp/entry/2016/08/25/024136



トップ   編集 差分 バックアップ 添付 複製 名前変更 リロード   新規 一覧 検索 最終更新   ヘルプ   最終更新のRSS