Merge pull request #1 from vnev/master

be mindful of your language feliks
This commit is contained in:
Felix Angell 2016-11-25 16:15:45 +00:00 committed by GitHub
commit 7a8149b317

View File

@ -201,7 +201,7 @@ func (b *Buffer) Update() {
prev_y := b.curs.y
if b.input_handler == nil {
panic("fuck")
panic("help")
}
if b.input_handler.Event != nil {