aboutsummaryrefslogtreecommitdiff
path: root/ui/widget/advanced-inputfield.go
diff options
context:
space:
mode:
Diffstat (limited to 'ui/widget/advanced-inputfield.go')
-rw-r--r--ui/widget/advanced-inputfield.go3
1 files changed, 3 insertions, 0 deletions
diff --git a/ui/widget/advanced-inputfield.go b/ui/widget/advanced-inputfield.go
index 8115b18..4948247 100644
--- a/ui/widget/advanced-inputfield.go
+++ b/ui/widget/advanced-inputfield.go
@@ -14,6 +14,8 @@
// You should have received a copy of the GNU General Public License
// along with this program. If not, see <http://www.gnu.org/licenses/>.
+// Based on https://github.com/rivo/tview/blob/master/inputfield.go
+
package widget
import (
@@ -68,6 +70,7 @@ type AdvancedInputField struct {
// disables masking.
maskCharacter rune
+ // Whether or not to enable vim-style keybindings.
vimBindings bool
// An optional function which may reject the last character that was entered.