Skip to content

4.3.3_4

Compare
Choose a tag to compare
@hymkor hymkor released this 13 Dec 11:39
· 1608 commits to master since this release
  • If stdin is not terminal, more command runs as type.
  • On calling a batch file, use CMD.EXE /V:ON /S /C "..." for boosting code instead of temporary batchfile.
  • (#340) Add lua variable nyagos.histsize to set the number of entries for history to save disk. (Thx @crile)
  • (#343) When %COMSPEC% is empty, use CMD.EXE (Thx @orz--)

  • 出力先が端末でない場合、more を type と等価に
  • バッチ実行時に作成する踏み台の一時バッチを廃止。CMD /V:ON /S /C "..." を使うようにした
  • (#340) 最大ヒストリ保存数を指定する nyagos.histsize を追加 (Thx @crile)
  • (#343) %COMSPEC% が未定義の時、CMD.EXE を用いるようにした (Thx @orz--)