Close file

This commit is contained in:
Zachary Yedidia
2019-12-19 10:12:12 -05:00
parent 7f32d31108
commit d29994ada9
3 changed files with 2 additions and 3 deletions

View File

@@ -215,7 +215,6 @@ func (h *BufPane) Name() string {
}
// HandleEvent executes the tcell event properly
// TODO: multiple actions bound to one key
func (h *BufPane) HandleEvent(event tcell.Event) {
switch e := event.(type) {
case *tcell.EventRaw: