- Support Linux (experimental)
- Fix the problem that current directories per drive were not inherited to child processes.
- Use the library "mattn/go-tty" instead of "zetamatta/go-getch"
- Stop using msvcrt.dll via "syscall" directly
- On linux, the filename NUL equals /dev/null
- Add lua-variable nyagos.goos
- (#341) Fix an unexpected space is inserted after wide characters
- On Windows10, enable stdout virtual terminal processing always
- If
git.exe pushdisable virtual terminal processing, enable again.
- (#339) Fix that wildcard pattern
.??*matches..- It requires github.com/zetamatta/go-findfile tagged 20181223-2
- Linux サポート(実験レベル)
- ドライブ毎のカレントディレクトリが子プロセスに継承されなかった問題を修正
- ライブラリ "zetamatta/go-getch" のかわりに "mattn/go-tty" を使うようにした
- msvcrt.dll を直接syscall経由で使わないようにした。
- Linux でも NUL を /dev/null 相当へ
- Lua変数 nyagos.goos を追加
- (#341) Windows10で全角文字の前に文字を挿入すると、不要な空白が入る不具合を修正
- それに伴い、Windows10 では virtual terminal processing を常に有効に
git.exe pushが無効にしても再び有効にする
- (#339) ワイルドカード
.??*が..にマッチする問題を修正- 要 github.com/zetamatta/go-findfile tagged 20181230-2
nyagos for Linux is built on Windows Subsystem for Linux (Ubuntu GNU/Linux)