More style improvements

This commit is contained in:
Zachary Yedidia
2021-08-21 18:04:08 -04:00
parent c44ccb8cc7
commit 3a97ce820c
7 changed files with 31 additions and 27 deletions

View File

@@ -4,6 +4,7 @@ import (
"github.com/zyedidia/micro/v2/internal/display"
)
// A Pane is a general interface for a window in the editor.
type Pane interface {
Handler
display.Window