Files
zyedidia.micro/runtime/help
Dmitry Maluka c5798b5b8c Fix softwrap scrolling issues (#1981)
Softwrap implementation enhanced to fix various issues with scrolling,
centering, relocating etc.

The main idea is simple: work not with simple line numbers but
with (Line, Row) pairs, where Line is a line number in the buffer
and Row is a visual line (a row) number within this line.
The logic remains mostly the same, but simple arithmetic operations
on line numbers are replaced with corresponding operations on
(Line, Row) pairs.

Fixes #632, #1657
2021-04-07 16:18:51 -04:00
..
2020-07-04 20:06:37 -04:00
2020-06-17 13:35:59 -04:00
2020-06-17 23:11:50 -04:00
2020-09-06 17:38:23 -04:00
2021-01-27 13:49:38 -05:00