micro/internal
Dmytro Maluka 71a26381c0
Fix unwanted view adjustment after page down (#3555)
Fix regression introduced while implementing nano-like page up/down in
commit b2dbcb3e: if the view is already at the end of the buffer and
the last line is even above the bottom, i.e. there are some empty
lines displayed below the last line (e.g. if we have scrolled past the
last line via the mouse wheel), pressing PageDown not just moves the
cursor to the last line but also unexpectedly adjusts the view so that
the last line is exactly at the bottom.
2024-12-03 21:07:30 +01:00
..
action Fix unwanted view adjustment after page down (#3555) 2024-12-03 21:07:30 +01:00
buffer Remove unused internal or unexported functions (#3481) 2024-11-16 21:19:37 +01:00
clipboard Use zyedidia/clipper for external clipboard 2022-06-14 08:40:57 -04:00
config Remove unused internal or unexported functions (#3481) 2024-11-16 21:19:37 +01:00
display simplify code 2024-10-27 16:22:53 +11:00
info Reordered prompt done callback to avoid accessing out of bound history (#3318) 2024-06-02 20:00:13 +02:00
lua Exposing replacement functions for deprecated IOUtil functions (#3393) 2024-09-22 22:08:32 +02:00
screen Fix non-working raw escape bindings after restarting the screen (#3468) 2024-09-12 20:39:14 +02:00
shell avoid creating nil callback for JobSpawn (#3554) 2024-12-02 21:21:29 +01:00
util Remove unused internal or unexported functions (#3481) 2024-11-16 21:19:37 +01:00
views chore: fix some typos (#3239) 2024-04-08 12:04:38 +02:00