tuikit/core/application.py
changeset 97 0c2e0c09ba5c
parent 92 b97c4e25ed6d
child 110 cf3d49cdd6e2
--- a/tuikit/core/application.py	Fri Mar 28 14:58:20 2014 +0100
+++ b/tuikit/core/application.py	Fri Mar 28 19:58:59 2014 +0100
@@ -61,6 +61,7 @@
         screen = ProxyBuffer(self.driver)
         while not self._quit:
             self.window_manager.draw(screen)
+            self.driver.cursor = self.window_manager.cursor
             self.driver.flush()
 
             timeout = self.timer.nearest_timeout()