diff options
Diffstat (limited to 'redo/window_unix.go')
| -rw-r--r-- | redo/window_unix.go | 5 |
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 +} |
