1
0
mirror of https://github.com/gdamore/tcell.git synced 2025-04-24 13:48:51 +08:00

remove stale comment

This commit is contained in:
Garrett D'Amore 2024-02-15 22:11:18 -08:00
parent cc24c71d4b
commit b05ee8f998

View File

@ -149,7 +149,6 @@ loop:
screen.Show()
ev := <-app.eventQ
// ev := screen.PollEvent()
if ev == nil {
screen.Fini()
break loop