github nyaosorg/nyagos 4.4.20_0

2 hours ago

Changes in 4.4.20_0 (English)

  • Make standalone Escape key handling configurable via the singleescape option. (#506, #507)
    To restore the CMD.EXE-style behavior where the Escape key clears the current command line, add the following to your .nyagos file:

    nyagos.option.singleescape = true
    nyagos.key.escape = "KILL_WHOLE_LINE"

Changes in 4.4.20_0 (Japanese)

  • singleescape オプションで、単独の Escape キーを認識できるようにした (#506, #507)
    CMD.EXE のように Escape キーでコマンドラインをクリアするには、.nyagos に次のように設定します。

    nyagos.option.singleescape = true
    nyagos.key.escape = "KILL_WHOLE_LINE"

Don't miss a new nyagos release

NewReleases is sending notifications on new releases.