1
0
mirror of https://github.com/rivo/tview.git synced 2025-04-24 13:48:56 +08:00

Setting time of last redraw.

This commit is contained in:
Oliver 2020-01-29 07:55:29 +01:00
parent e8d1520774
commit 3a5c6317e4

View File

@ -268,6 +268,7 @@ EventLoop:
continue
}
width, height = newWidth, newHeight
lastRedraw = time.Now()
screen.Clear()
a.draw()
}