This commit is contained in:
Kartik K. Agaram 2022-07-25 15:25:22 -07:00
parent fe8e4fd9da
commit 6c6a7aab07

View File

@ -16,10 +16,11 @@ Editor_state = {}
function App.initialize_globals()
-- tests currently mostly clear their own state
-- resize
Last_resize_time = App.getTime()
-- blinking cursor
Cursor_time = 0
-- for hysteresis
Last_resize_time = App.getTime()
end
-- called only for real run