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
..
colors.md Document undocumented colorscheme groups (#1939) 2020-12-20 00:35:57 -05:00
commands.md Improve keybinding label consistency 2020-06-17 23:11:50 -04:00
copypaste.md Update runtime 2020-07-04 20:06:37 -04:00
defaultkeys.md Fix typo in defaultkeys (#1730) 2020-06-17 13:35:59 -04:00
help.md Improve keybinding label consistency 2020-06-17 23:11:50 -04:00
keybindings.md Update keybinding docs 2020-09-06 17:38:23 -04:00
options.md Rename to incsearch 2021-01-27 13:49:38 -05:00
plugins.md Fix softwrap scrolling issues (#1981) 2021-04-07 16:18:51 -04:00
tutorial.md Improve keybinding label consistency 2020-06-17 23:11:50 -04:00