wlof / gameoflife

A simple Python implementation of Conway's Game of Life using the curses library.
MIT License
3 stars 0 forks source link

Graphical glitches near the clock and speed factor #2

Closed wlof closed 9 years ago

wlof commented 9 years ago

Sometimes, right after startup, a character appears to the right of the clock and/or speed factor where there should be a space.

wlof commented 9 years ago

This seems to only happen on Linux, not on Windows. Probably another curses oddity. Need to investigate further.

wlof commented 9 years ago

An initial screen refresh seems to have corrected the problem.