v0.2.0
- Status line:
- Implement key feature
p
(paste 1 byte the rightside of the cursor)P
(paste 1 byte the leftside of the cursor)a
(append '\0' at the rightside of the cursor)
- Update library go-readline-ny to v0.4.13
- ステータスラインに以下を表示
- カーソル上の UTF8 のコードポイント
- 変更ありを示すマーク
- キーの機能を追加
- p (カーソルの右にペースト)
- P (カーソルの左にペースト)
- a (カーソルの右に '\0' を追加)
- ライブラリを更新: go-readline-ny to v0.4.13