Module Name:src
Committed By: nia
Date: Sat Jul 1 10:51:35 UTC 2023
Modified Files:
src/games/tetris: tetris.6 tetris.c
Log Message:
tetris(6): Support the informal standard of allowing setting NO_COLOR
in the environment to disable the use of color. (no-color.org)
To g
Module Name:src
Committed By: nia
Date: Sat Jul 1 10:51:35 UTC 2023
Modified Files:
src/games/tetris: tetris.6 tetris.c
Log Message:
tetris(6): Support the informal standard of allowing setting NO_COLOR
in the environment to disable the use of color. (no-color.org)
To g
On Mon, Mar 20, 2017 at 06:05:27PM -0400, Christos Zoulas wrote:
> Module Name: src
> Committed By: christos
> Date: Mon Mar 20 22:05:27 UTC 2017
>
> Modified Files:
> src/games/tetris: screen.c
>
> Log Message:
> elide compiler stupidity.
This sounds really wrong to me. What are
"David A. Holland" writes:
> Module Name: src
> Committed By: dholland
> Date: Sat Jun 13 04:15:51 UTC 2015
>
> Modified Files:
> src/games/tetris: tetris.c
>
> Log Message:
> Fix the list of keys across the bottom so it fits on an 80-column screen
> again. Fixes PR 49937.
>
> HI