diff -r b055add74b18 -r ce2e67e7bbb8 tuikit/core/application.py --- a/tuikit/core/application.py Wed Sep 03 19:14:43 2014 +0200 +++ b/tuikit/core/application.py Wed Sep 03 19:17:04 2014 +0200 @@ -62,7 +62,7 @@ screen = ProxyBuffer(self.driver) while not self._quit: self.window_manager.draw(screen) - self.driver.cursor = self.window_manager.cursor + self.driver.cursor = self.window_manager.get_cursor_if_visible() self.driver.flush() timeout = self.timer.nearest_timeout()