]> git.lizzy.rs Git - micro.git/blobdiff - cmd/micro/eventhandler.go
Code optimisation (#1117)
[micro.git] / cmd / micro / eventhandler.go
index 8230c4361a1f3ca5ac14c936f0c34295b78bda27..adf7cba4a3cbfd4c9973d0adaa22b77093f2c504 100644 (file)
@@ -28,6 +28,7 @@ type TextEvent struct {
        Time      time.Time
 }
 
+// A Delta is a change to the buffer
 type Delta struct {
        Text  string
        Start Loc