Move cursor to end of input when traversing history list

This commit is contained in:
Kovid Goyal
2022-11-08 18:00:18 +05:30
parent 1523fef000
commit cfb6d93dc0
4 changed files with 133 additions and 121 deletions

View File

@@ -43,6 +43,7 @@ type Action uint
const (
ActionNil Action = iota
ActionIgnored
ActionBackspace
ActionDelete
ActionMoveToStartOfLine