Skip to content

4.1.6_0

Compare
Choose a tag to compare
@hymkor hymkor released this 06 Sep 15:56
· 3194 commits to master since this release
  • Use "\x1B[0K" as ERASELINE instead of " " & Backspace
  • Use "\x1B[mC as m-times of Backspace
  • Fix #159: Stop to print prompt again when terminal window resized
  • Fix #164: cd --history changed the current directory to home.
  • copy and move always regard the desitinate path matching with [\\/:]\.{0,2}$ as a directory wheter it fails or not to stat the path.

  • スペースとバックスペースで行っていた行末削除に "\x1B[0K" を使うようにした
  • m回のバックスペースに "\x1B[mC" を使うようにした。
  • Fix #159: 端末幅を変更した時にプロンプトから再表示していたのを廃止
  • Fix #164: cd --history でカレントディレクトリがホームに移動していた
  • stat 取得の成否にかかわらず、[\\/:]\.{0,2}$ にマッチする宛先パスをディレクトリとみなすようにした。