-
Notifications
You must be signed in to change notification settings - Fork 268
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
view: try to improve cursor placement
This changes which viewport is being displayed after the primary cursor moves out of the currently viewable area. Close #164, #274, #278
- Loading branch information
Showing
1 changed file
with
21 additions
and
18 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
If you remove
/ 2
, the view will stay at the bottom of the selection / input, and works better IMO.. but this causes the view to move one screen up when moving the cursor above top of screen.