summaryrefslogtreecommitdiff
path: root/prev/doc.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2015-12-11 20:37:59 -0500
committerPietro Gagliardi <[email protected]>2015-12-11 20:37:59 -0500
commitf8e3f12ab02b528f2a05a4f713d7af7ea8e44b42 (patch)
tree82dedf4d37f0f6d31e88ebb2ca1ce6499dead261 /prev/doc.go
parente34c561ed5bedeb180437ec165882b98d70d38c1 (diff)
LET'S GET THIS FINAL REWRITE EVER STARTED
Diffstat (limited to 'prev/doc.go')
-rw-r--r--prev/doc.go12
1 files changed, 12 insertions, 0 deletions
diff --git a/prev/doc.go b/prev/doc.go
new file mode 100644
index 0000000..be96265
--- /dev/null
+++ b/prev/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