mirror of
https://github.com/zyedidia/micro.git
synced 2026-03-30 06:37:14 +09:00
Close file
This commit is contained in:
@@ -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:
|
||||
|
||||
Reference in New Issue
Block a user