micro/cmd/micro
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
..
clean.go Close file properly in clean and update makefile 2020-06-27 17:55:01 -04:00
debug.go Fix v2 import path for go mod 2020-05-04 10:16:15 -04:00
initlua.go Fix softwrap scrolling issues (#1981) 2021-04-07 16:18:51 -04:00
micro.go Remove clipboard error message 2020-12-16 21:35:07 -05:00
micro_test.go Update to tcell v2 2020-09-05 14:52:35 -04:00