fixed split line behaviour

This commit is contained in:
Felix Angell 2018-05-12 19:20:40 +01:00
parent b52101a470
commit 6c0302e179

View File

@ -782,6 +782,7 @@ func (b *Buffer) processActionKey(key int) bool {
b.contents[b.curs.y] = left
b.appendRopeAt(right, b.curs.y+1)
b.moveDown()
b.moveToStartOfLine()
case sdl.K_BACKSPACE:
// HACK FIXME