4.4.12_0
- Modified colored commandline
- Change the color of the option-string dark-yellow and fix the range
- Fix coloring: -0 .. -9 were not colored for options.
- Change the background-color of the Ideographic Space (U+3000) red
- To enable transparency of terminal, use default-bgcolor(ESC[49m) instead of black(ESC[40m) (go-readline-ny v0.7.0)
(Thx: windows terminal + nyagos で透過 )
- WezTerm: enable surrogate-pair
- Fix for Linux version only
- Fix:
set -o noclobber
, redirect output was always zero bytes. - Fix: histories were not saved to the file.
- Fix:
- (#416) Complete for
start
to any files and directories on %PATH% rmdir /s
can remove readonly-folder like cmd.exe- Support
rmdir FOLDER /s
(/s
option can be put after folder list) - (#418) When the command-line ends with ^ , continue line-input after enter-key is input.
- カラー化コマンドラインの修正
- オプション文字列の色を黄土色へ変更し、範囲を修正
- -0...-9 にオプション用のカラーがついていなかった
- 全角空白の背景色を赤へ変更
- 端末の背景透過が効くように、背景を黒(ESC[40m)からデフォルト色(ESC[49m)にした(go-readline-ny v0.7.0)
(Thx: windows terminal + nyagos で透過 )
- WezTerm ではサロゲートペア表示を有効にした
- Linux版のみの不具合修正
- set -o noclobber 設定時のリダイレクト出力がゼロバイトになってしまう不具合を修正
- ヒストリがファイルに保存されず、次回起動の際に復元されない不具合を修正
- start コマンドのパラメータは %PATH% 上の任意のファイル・ディレクトリに補完する
- cmd.exe と同様に
rmdir /s
は readonly のフォルダーも削除できるようにした rmdir FOLDER /s
とオプションをフォルダーの後に書けるようにした- (#418) コマンドラインが ^ で終わっていた場合、Enter入力後も行入力を継続するようにした