Fix problems recognizing CtrlH

Fixes #368

The 'Backspace2' key has been renamed to 'Backspace'.
This commit is contained in:
Zachary Yedidia
2016-09-26 09:34:55 -04:00
parent ac98f21199
commit 5cc66cef42
4 changed files with 93 additions and 90 deletions

View File

@@ -364,6 +364,7 @@ func (v *View) HandleEvent(event tcell.Event) {
}
}
}
break
}
}
}