summaryrefslogtreecommitdiff
path: root/prev/doc.go
diff options
context:
space:
mode:
authorPietro Gagliardi <[email protected]>2016-05-30 00:14:46 -0400
committerPietro Gagliardi <[email protected]>2016-05-30 00:14:46 -0400
commit52f7d276a6bb04b8827ac019ad1e135b43819cea (patch)
tree5f0ebbfdf5885ef832e77e243b5916e59f46ba18 /prev/doc.go
parentc9b32c1333e4009b342eedc5f5b39127a724fb42 (diff)
Removed prev/.
Diffstat (limited to 'prev/doc.go')
-rw-r--r--prev/doc.go12
1 files changed, 0 insertions, 12 deletions
diff --git a/prev/doc.go b/prev/doc.go
deleted file mode 100644
index be96265..0000000
--- a/prev/doc.go
+++ /dev/null
@@ -1,12 +0,0 @@
-// 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