Fix update bug on Alpine Linux, i.e. musl libc
commitf3477568e90990953cf4655c69da5f28d400ef50
authorJoachim Nilsson <troglobit@gmail.com>
Thu, 20 Apr 2017 17:07:08 +0000 (20 19:07 +0200)
committerJoachim Nilsson <troglobit@gmail.com>
Thu, 20 Apr 2017 17:08:43 +0000 (20 19:08 +0200)
tree72587e756eeae1ec5c73867b4bff72d8a5c9d324
parent0bfe02af6ff6bc8e5b18e0b3ddec901ca1e05260
Fix update bug on Alpine Linux, i.e. musl libc

Somehow GLIBC is more forgiving when we write to stdout, while musl libc
seems to have a larger buffer, so screen updates came after 3-4 moves of
the tetramino block.

Signed-off-by: Joachim Nilsson <troglobit@gmail.com>
tetris.c