summaryrefslogtreecommitdiff
path: root/doc.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2014-08-30 23:02:02 -0400
committerPietro Gagliardi <[email protected]>2014-08-30 23:02:02 -0400
commit77bf566ebbcb62acd4d08d905d9542d6ff9b6b80 (patch)
treeeeb8e72bc3bf57f5be7f0c0af4319189ac6de838 /doc.go
parent155899c65ed32245e2ccad4197a10c77017d835b (diff)
...in with the new.
Diffstat (limited to 'doc.go')
-rw-r--r--doc.go12
1 files changed, 12 insertions, 0 deletions
diff --git a/doc.go b/doc.go
new file mode 100644
index 0000000..be96265
--- /dev/null
+++ b/doc.go
@@ -0,0 +1,12 @@
+// 14 august 2014
+
+/*
+[this is being written]
+
+notes:
+- default behavior of event handlers is to do nothing
+- default behavior of event handlers that return bool is to do nothing but return false
+- passing nil to an event handler set function restores default behavior
+- only functions safe for calling outside Do() are Go(), Do(), and Stop()
+*/
+package ui