summaryrefslogtreecommitdiff
path: root/redo/window_unix.go
diff options
context:
space:
mode:
Diffstat (limited to 'redo/window_unix.go')
-rw-r--r--redo/window_unix.go5
1 files changed, 4 insertions, 1 deletions
diff --git a/redo/window_unix.go b/redo/window_unix.go
index f76c350..dddcad1 100644
--- a/redo/window_unix.go
+++ b/redo/window_unix.go
@@ -107,4 +107,7 @@ func (w *window) Close() *Request {
}
}
-// TODO OnClosing
+func (w *window) OnClosing(func e(c Doer) bool) *Request {
+ // TODO
+ return nil
+}