Document NUKE. Scroll to the bottom so the cursor is always visible afterward. #79
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Add an item for
kinmtm.1, including the scroll to the bottom described below.In
mtm.c: With the existing code, if you scroll back and then typeCtrl-G k, you are still scrolled back, looking at an empty history with no visible cursor. But if you scroll to the end and then typeCtrl-G k, you see an empty window including the cursor. That makes more sense to me.With this change, you always see an empty window including the cursor.