diff -r b055add74b18 -r ce2e67e7bbb8 tuikit/core/window.py --- a/tuikit/core/window.py Wed Sep 03 19:14:43 2014 +0200 +++ b/tuikit/core/window.py Wed Sep 03 19:17:04 2014 +0200 @@ -86,3 +86,6 @@ node = node.focus_widget return node + def get_cursor_if_visible(self): + if self.cursor_visible: + return self.cursor