Skip to content

v0.2.0

Compare
Choose a tag to compare
@hymkor hymkor released this 04 Jul 22:44
· 171 commits to master since this release
  • Status line:
    • current rune's codepoint
    • changed/unchanged mark
      image
  • 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