summaryrefslogtreecommitdiff
path: root/doc.go
diff options
context:
space:
mode:
Diffstat (limited to 'doc.go')
-rw-r--r--doc.go6
1 files changed, 6 insertions, 0 deletions
diff --git a/doc.go b/doc.go
index 3422f48..00c4d14 100644
--- a/doc.go
+++ b/doc.go
@@ -66,5 +66,11 @@ The package-scope functions wait for the dialog box to be dismissed and merely r
The Window methods return immediately with a channel that will eventually receive either the signal or the return code.
Package ui does not close these channels, nor does it send multiple values on the same channel.
+Scrollbars
+
+[TODO]
+
+The result of resizing the window such that the scrollbars consider themselves too small is implementation-defined.
+
*/
package ui