Update screenshot and status line

This commit is contained in:
Zachary Yedidia
2016-05-03 18:54:01 -04:00
parent cf2db5dfe7
commit 5aace36618
4 changed files with 6 additions and 6 deletions

View File

@@ -10,7 +10,7 @@ import (
)
// The View struct stores information about a view into a buffer.
// It has a stores information about the cursor, and the viewport
// It stores information about the cursor, and the viewport
// that the user sees the buffer from.
type View struct {
cursor Cursor