#47 Recenter acts goofy sometimes

クローズ
1 年間 前nuclearkev によって開かれました · 1 コメント
Kevin "The Nuclear" Bloom1 年間 前 にコメントしました
まだコンテンツがありません
Kevin "The Nuclear" Bloom1 年間 前 にコメントしました
オーナー

This turns out to be caused by multi-line long lines (long lines without a \n). The issue also exists in both directions because both directions use the newline char to figure out what a line is but when it comes to recentering we need to do it based on the termbox row, within the context of the window (based on w_top). To fix this, I need to use the upup and dndn functions to just "move" the point by one row up or down until the new page is in the correct shift.

This turns out to be caused by multi-line long lines (long lines without a \n). The issue also exists in both directions because both directions use the newline char to figure out what a line is but when it comes to recentering we need to do it based on the termbox row, within the context of the window (based on w_top). To fix this, I need to use the `upup` and `dndn` functions to just "move" the point by one row up or down until the new page is in the correct shift.
Kevin "The Nuclear" Bloom この課題がコミット 1 年間 前 から参照されました
nuclearkev 1 年間 前 に閉じられました
Kevin "The Nuclear" Bloom この課題がコミット 1 年間 前 から参照されました
会話に参加するには サインイン してください。
読み込み中…
キャンセル
保存
まだコンテンツがありません