- Fix: crashed on starting
csviwith no arguments - Fix: a cell were not flipped when the cursor was in a cell with no text.
- Fix: the foreground color was not black, but gray.
- Change the case STDOUT or STDERR is used on no arguments to make the content of foo.txt becomes
foo\r\nwhen executingecho "foo" | csvi -auto "w|-|q|y" > foo.txt
- 引数なしで
csviを起動すると落ちる問題を修正 - テキストがないセルにカーソルがある時にセルが反転しない問題を修正
- カーソルの文字色が黒ではなく灰色になっていた不具合を修正
echo "foo" | csvi -auto "w|-|q|y" > foo.txtで foo.txt がfoo\r\nになるように、引数ゼロ時の標準出力と標準エラー出力の使い分けを変更した。