Skip to content

v1.8.0

Compare
Choose a tag to compare
@hymkor hymkor released this 24 Apr 07:39
· 97 commits to master since this release
  • Update the read bytes of the status line 4 times per second while all lines have not read. Before, it was updated only on the timing user typed key
  • Reduced the number of times ERASELINE (ESC[K) is output for too slow terminal to improve the speed to update screen.

  • まだ全行読み切っていないとき、ステータスラインの読み込み済み行数欄を毎秒4回更新するようにした(今まではキー入力直後にしか更新していなかった)
  • 遅い端末向けに、ERASELINE (ESC[K) を出力する回数を削減して、表示更新速度を改善