nausea

curses audio visualizer
git clone git://git.2f30.org/nausea
Log | Files | Refs | README | LICENSE

commit 45e0ae46a3d3f9651da6609424dd19ca9efd3340
parent 1ccf163b904a6a3806d44c40e8b5dda3168aa5e4
Author: sin <sin@2f30.org>
Date:   Mon, 18 Nov 2013 20:35:47 +0000

Fix outdated comment

Diffstat:
Mspectrum.c | 4++--
1 file changed, 2 insertions(+), 2 deletions(-)

diff --git a/spectrum.c b/spectrum.c @@ -35,8 +35,8 @@ struct frame { /* We assume the screen is 100 pixels in the y direction. * To follow the curses convetion (0, 0) is in the top left * corner of the screen. The `min' and `max' values correspond - * to percentages. To illustrate this the [0, 40) range gives - * the top 40% of the screen to the color red. These values + * to percentages. To illustrate this the [0, 20) range gives + * the top 20% of the screen to the color red. These values * are scaled automatically in the draw() routine to the actual * size of the terminal window. */ static struct color_range {