Skip to content

v0.3.0

Compare
Choose a tag to compare
@hymkor hymkor released this 22 Sep 23:03
· 88 commits to master since this release
  • Fix the problem that the utf8-rune on the line boundary could not be drawn
  • w: restore the last saved filename as the next saving
  • w: show canceled instead of ^C when ESCAPE key is pressed
  • Display CR, LF, TAB with half width arrows
  • Read data while waiting key typed
  • Improve the internal data structure and be able to read more huge data
  • Fix: the text color remained yellow even after the program ended

  • 行境界上の UTF8 文字が描画されない問題を修正
  • w 最後に保存したファイル名を次回保存の時に復元するようにした
  • w ESCキーが押された時、^C ではなく canceled と表示するようにした
  • CR, LF, TAB を半角の矢印で表示するようにした
  • キー入力待ちの間もデータを読み込むようにした
  • 内部のデータ構造を改善し、より巨大なデータが読めるようになった
  • プログラム終了後もテキスト色が黄色のままになっていた点を修正