Version 1.3.3 of package On-Screen has just been released in GNU ELPA. You can now find it in M-x list-packages RET.
On-Screen describes itself as: =============================== guide your eyes while scrolling =============================== More at https://elpa.gnu.org/packages/on-screen.html ## Summary: Scrolling can be distracting because your eyes may lose orientation. This library implements a minor mode that highlights the previously visible buffer part after each scroll. Installation: Put this library somewhere in your load-path, or install via M-x package-list-packages. Then add to your init-file: (require 'on-screen) To invoke on-screen globally for all buffers, also add (on-screen-global-mode +1) Alternatively you can use the buffer local version `on-screen-mode'. For example, add this line to your init file: (add-hook 'Info-mode-hook 'on-screen-mode) to enable it in all Info buffers. ## Recent NEWS: [Not provided 🙁]
