v0.16.3
- Fix: when editing the longer lines than screen height, the number of the lines scrolling was one line short
( It seemed to assume the height of status line which does not exist on default, therefore make the field.StatusLineHeight
and use it as the height of the status line ) - Fix: with no next history entry, when trying to move to the next line at the bottom line, cursor had moved at the top line.
( It was the behaviour to move the top line of the next entry of the history. But, because no next entry exists, the cursor moved to the top line without changing the current entry of history )
- 画面行数を越える長い行のテキストを編集する時、スクロール行数がおかしい不具合を修正
( デフォルトでは存在しないステータス行1行が想定されていたので、.StatusLineHeight というフィールドへパラメータ化した:デフォルト0 ) - 未来のヒストリエントリがない状態で、最後尾から行で下へ移動しようとすると、カーソルが先頭に移動してしまう問題を修正
( 次のエントリの先頭へ移動する動作だが、次のエントリがない状態でもエントリを変えずに先頭に移動してしまう )
The bug fixed in this release
seq 100 | clip
go run examples/example.go
type Ctrl-Y
and many Ctrl-P