summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--basicctrls.go1
1 files changed, 1 insertions, 0 deletions
diff --git a/basicctrls.go b/basicctrls.go
index e905ad2..8232cc3 100644
--- a/basicctrls.go
+++ b/basicctrls.go
@@ -133,6 +133,7 @@ func NewGroup(text string, control Control) Group {
// TODO events
// TODO Tab key - insert horizontal tab or tab stop?
// TODO ReadOnly
+// TODO line endings
type Textbox interface {
Control