Textinput: bind home/end and fix behavior of delete key

This commit is contained in:
Christian Rocha
2020-10-22 15:36:54 -04:00
committed by Christian Rocha
parent b08b3efa02
commit bdd909a5d7
3 changed files with 13 additions and 12 deletions
+3 -2
View File
@@ -4,8 +4,9 @@ go 1.13
require (
github.com/atotto/clipboard v0.1.2
github.com/charmbracelet/bubbletea v0.12.0
github.com/charmbracelet/bubbletea v0.12.1
github.com/mattn/go-runewidth v0.0.9
github.com/muesli/termenv v0.7.4
golang.org/x/sys v0.0.0-20201015000850-e3ed0017c211 // indirect
golang.org/x/crypto v0.0.0-20201016220609-9e8e0b390897 // indirect
golang.org/x/sys v0.0.0-20201020230747-6e5568b54d1a // indirect
)